10000 Add pgtcl back to the list of externally-maintained client interfaces. · dirbacke/postgres@c006309 · GitHub
[go: up one dir, main page]

Skip to content

Commit c006309

Browse files
committed
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 e20f679 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
1 parent 8892170 commit c006309

File tree

1 file changed

+28
-7
lines changed

1 file changed

+28
-7
lines changed

doc/src/sgml/external-projects.sgml

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,42 +65,63 @@
6565
<entry>DBD::Pg</entry>
6666
<entry>Perl</entry>
6767
<entry>Perl DBI driver</entry>
68-
<entry><ulink url="http://search.cpan.org/dist/DBD-Pg/">http://search.cpan.org/dist/DBD-Pg/</ulink></entry>
68+
<entry><ulink url="http://search.cpan.org/dist/DBD-Pg/"></ulink></entry>
6969
</row>
7070

7171
<row>
7272
<entry>JDBC</entry>
73-
<entry>JDBC</entry>
73+
<entry>Java</entry>
7474
<entry>Type 4 JDBC driver</entry>
75-
<entry><ulink url="https://jdbc.postgresql.org/">https://jdbc.postgresql.org/</ulink></entry>
75+
<entry><ulink url="https://jdbc.postgresql.org/"></ulink></entry>
7676
</row>
7777

7878
<row>
7979
<entry>libpqxx</entry>
8080
<entry>C++</entry>
8181
<entry>New-style C++ interface</entry>
82-
<entry><ulink url="http://pqxx.org/">http://pqxx.org/</ulink></entry>
82+
<entry><ulink url="http://pqxx.org/"></ulink></entry>
83+
</row>
84+
85+
<row>
86+
<entry>node-postgres</entry>
87+
<entry>JavaScript</entry>
88+
<entry>Node.js driver</entry>
89+
<entry><ulink url="https://node-postgres.com/"></ulink></entry>
8390
</row>
8491

8592
<row>
8693
<entry>Npgsql</entry>
8794
<entry>.NET</entry>
8895
<entry>.NET data provider</entry>
89-
<entry><ulink url="http://www.npgsql.org/">http://www.npgsql.org/</ulink></entry>
96+
<entry><ulink url="http://www.npgsql.org/"></ulink></entry>
97+
</row>
98+
99+
<row>
100+
<entry>pgtcl</entry>
101+
<entry>Tcl</entry>
102+
<entry></entry>
103+
<entry><ulink url="https://github.com/flightaware/Pgtcl"></ulink></entry>
90104
</row>
91105

92106
<row>
93107
<entry>pgtclng</entry>
94108
<entry>Tcl</entry>
95109
<entry></entry>
96-
<entry><ulink url="http://sourceforge.net/projects/pgtclng/">http://sourceforge.net/projects/pgtclng/</ulink></entry>
110+
<entry><ulink url="http://sourceforge.net/projects/pgtclng/"></ulink></entry>
111+
</row>
112+
113+
<row>
114+
<entry>pq</entry>
115+
<entry>Go</entry>
116+
<entry>Pure Go driver for Go's database/sql</entry>
117+
<entry><ulink url="https://github.com/lib/pq"></ulink></entry>
97118
</row>
98119

99120
<row>
100121
<entry>psqlODBC</entry>
101122
<entry>ODBC</entry>
102123
<entry>ODBC driver</entry>
103-
<entry><ulink url="https://odbc.postgresql.org/">https://odbc.postgresql.org/</ulink></entry>
124+
<entry><ulink url="https:// 4791 odbc.postgresql.org/"></ulink></entry>
104125
</row>
105126

106127
<row>

0 commit comments

Comments
 (0)
0