summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane2017-08-02 20:55:03 +0000
committerTom Lane2017-08-02 20:55:03 +0000
commite5c87d5e1d9cad9019e2c4e4f392ba687bc58d02 (patch)
treeba1eb9aa1ee9d35f23524a5c941d0c7183560541 /doc/src
parentcf9da98600f1874d2046bfbc9439ff311370d7db (diff)
Add pgtcl back to the list of externally-maintained client interfaces.
FlightAware is still maintaining this, and indeed is seemingly being more active with it than the pgtclng fork is. List both, for the time being anyway. In the back branches, also back-port commit e20f679f6 and other recent updates to the client-interfaces list. I think these are probably of current interest to users of back branches. I did not touch the list of externally maintained PLs in the back branches, though. Those are much more likely to be server version sensitive, and I don't know which of these PLs work all the way back. Discussion: https://postgr.es/m/20170730162612.1449.58796@wrigleys.postgresql.org
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/external-projects.sgml23
1 files changed, 22 insertions, 1 deletions
diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml
index 84574265457..c9c9fc03079 100644
--- a/doc/src/sgml/external-projects.sgml
+++ b/doc/src/sgml/external-projects.sgml
@@ -70,7 +70,7 @@
<row>
<entry>JDBC</entry>
- <entry>JDBC</entry>
+ <entry>Java</entry>
<entry>Type 4 JDBC driver</entry>
<entry><ulink url="https://jdbc.postgresql.org/"></ulink></entry>
</row>
@@ -83,6 +83,13 @@
</row>
<row>
+ <entry>node-postgres</entry>
+ <entry>JavaScript</entry>
+ <entry>Node.js driver</entry>
+ <entry><ulink url="https://node-postgres.com/"></ulink></entry>
+ </row>
+
+ <row>
<entry>Npgsql</entry>
<entry>.NET</entry>
<entry>.NET data provider</entry>
@@ -90,6 +97,13 @@
</row>
<row>
+ <entry>pgtcl</entry>
+ <entry>Tcl</entry>
+ <entry></entry>
+ <entry><ulink url="https://github.com/flightaware/Pgtcl"></ulink></entry>
+ </row>
+
+ <row>
<entry>pgtclng</entry>
<entry>Tcl</entry>
<entry></entry>
@@ -97,6 +111,13 @@
</row>
<row>
+ <entry>pq</entry>
+ <entry>Go</entry>
+ <entry>Pure Go driver for Go's database/sql</entry>
+ <entry><ulink url="https://github.com/lib/pq"></ulink></entry>
+ </row>
+
+ <row>
<entry>psqlODBC</entry>
<entry>ODBC</entry>
<entry>ODBC driver</entry>