diff --git a/README b/README index 39739e483eedd1bcce67b6580b80ba752e0adafe..4cd92276effd4fed2c04afa90097cced302d8914 100644 --- a/README +++ b/README @@ -24,13 +24,13 @@ Other language binding are available from a variety of contributing parties. PostgreSQL also has a great number of procedural languages available, -a short but not complete list is below: +a short, incomplete list is below: PL/pgSQL - included in PostgreSQL source distribution PL/Perl - included in PostgreSQL source distribution PL/PHP - http://projects.commandprompt.com/projects/public/plphp PL/Python - included in PostgreSQL source distribution -PL/Java - http://gborg.postgresql.org/project/pljava/projdisplay.php +PL/Java - http://pgfoundry.org/projects/pljava/ PL/Tcl - included in PostgreSQL source distribution See the file INSTALL for instructions on how to build and install diff --git a/doc/src/sgml/external-projects.sgml b/doc/src/sgml/external-projects.sgml index 6e03561e04bcac935f7ab7e8d1febfbcff85d3d8..bcc2e018cd049daa828cb97294ebb8d8a2976acd 100644 --- a/doc/src/sgml/external-projects.sgml +++ b/doc/src/sgml/external-projects.sgml @@ -1,4 +1,4 @@ - + External Projects @@ -23,20 +23,6 @@ to create a new project. - - - Many PostgreSQL-related projects are still - hosted at GBorg. GBorg is - the original external community developer site, and while it is - currently closed to new projects in favor of PgFoundry, it still - contains many active and relevant projects. Other popular - PostgreSQL-related projects are hosted - independently, or on other project-hosting sites such as SourceForge.net. You should search - the web if you don't find the project you are looking for. - - - Client Interfaces @@ -109,13 +95,6 @@ http://pqxx.org/ - - libpq++ - C++ - Old-style C++ interface - http://gborg.postgresql.org/project/libpqpp/ - - Npgsql .NET