@@ -26,13 +26,12 @@ parties.
2626PostgreSQL also has a great number of procedural languages available,
2727a short but not complete list is below:
2828
29- pl/c - Included in PostgreSQL core
30- plPgsql - Included in PostgreSQL core - Similar to Oracle PL/sql
31- plPerl - Included in PostgreSQL core
32- plPHP - http://projects.commandprompt.com/projects/public/plphp
33- plPython - Included in PostgreSQL core
34- plJava - http://gborg.postgresql.org/project/pljava/projdisplay.php
35- plTcl - Included in PostgreSQL core
29+ PL/pgSQL - included in PostgreSQL source distribution
30+ PL/Perl - included in PostgreSQL source distribution
31+ PL/PHP - http://projects.commandprompt.com/projects/public/plphp
32+ PL/Python - included in PostgreSQL source distribution
33+ PL/Java - http://gborg.postgresql.org/project/pljava/projdisplay.php
34+ PL/Tcl - included in PostgreSQL source distribution
3635
3736See the file INSTALL for instructions on how to build and install
3837PostgreSQL. That file also lists supported operating systems and