File tree 2 files changed +3
-24
lines changed
2 files changed +3
-24
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ Other language binding are available from a variety of contributing
24
24
parties.
25
25
26
26
PostgreSQL also has a great number of procedural languages available,
27
- a short but not complete list is below:
27
+ a short, incomplete list is below:
28
28
29
29
PL/pgSQL - included in PostgreSQL source distribution
30
30
PL/Perl - included in PostgreSQL source distribution
31
31
PL/PHP - http://projects.commandprompt.com/projects/public/plphp
32
32
PL/Python - included in PostgreSQL source distribution
33
- PL/Java - http://gborg.postgresql. org/project /pljava/projdisplay.php
33
+ PL/Java - http://pgfoundry. org/projects /pljava/
34
34
PL/Tcl - included in PostgreSQL source distribution
35
35
36
36
See the file INSTALL for instructions on how to build and install
Original file line number Diff line number Diff line change 1
- <!-- $PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.18 2007/10/16 19:04:34 mha Exp $ -->
1
+ <!-- $PostgreSQL: pgsql/doc/src/sgml/external-projects.sgml,v 1.19 2007/11/14 01:58:18 tgl Exp $ -->
2
2
3
3
<appendix id="external-projects">
4
4
<title>External Projects</title>
23
23
to create a new project.
24
24
</para>
25
25
26
- <note>
27
- <para>
28
- Many <productname>PostgreSQL</productname>-related projects are still
29
- hosted at <ulink url="http://gborg.postgresql.org/">GBorg</>. GBorg is
30
- the original external community developer site, and while it is
31
- currently closed to new projects in favor of PgFoundry, it still
32
- contains many active and relevant projects. Other popular
33
- <productname>PostgreSQL</productname>-related projects are hosted
34
- independently, or on other project-hosting sites such as <ulink
35
- url="http://sourceforge.net/">SourceForge.net</ulink>. You should search
36
- the web if you don't find the project you are looking for.
37
- </para>
38
- </note>
39
-
40
26
<sect1 id="external-interfaces">
41
27
<title>Client Interfaces</title>
42
28
109
95
<entry><ulink url="http://pqxx.org/">http://pqxx.org/</ulink></entry>
110
96
</row>
111
97
112
- <row>
113
- <entry>libpq++</entry>
114
- <entry>C++</entry>
115
- <entry>Old-style C++ interface</entry>
116
- <entry><ulink url="http://gborg.postgresql.org/project/libpqpp/">http://gborg.postgresql.org/project/libpqpp/</ulink></entry>
117
- </row>
118
-
119
98
<row>
120
99
<entry>Npgsql</entry>
121
100
<entry>.NET</entry>
You can’t perform that action at this time.
0 commit comments