summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Lane2007-11-14 01:58:18 +0000
committerTom Lane2007-11-14 01:58:18 +0000
commit21fec149415caa4b21c5b49e41898f4906edcf76 (patch)
treeec696d18e0fb2b71b05eee8facebfe352c246d1a /README
parent4c2d0cd5e4771850e73e58b1c96a9725cc4cf3ff (diff)
Clean up some now-obsolete references to GBorg.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 39739e483ee..4cd92276eff 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