diff options
author | Peter Eisentraut | 2006-07-24 16:55:59 +0000 |
---|---|---|
committer | Peter Eisentraut | 2006-07-24 16:55:59 +0000 |
commit | e59392ded860e0a2cd10bc658ef1c215f7ae0a15 (patch) | |
tree | 43deb40127f9d8ff2a4d15b4c4240699bdb23a04 | |
parent | b281dd1a1df459833f95b8da65c1975b914fe256 (diff) |
Fix spectacular misspellings of procedural language names
-rw-r--r-- | README | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -26,13 +26,12 @@ parties. PostgreSQL also has a great number of procedural languages available, a short but not complete list is below: -pl/c - Included in PostgreSQL core -plPgsql - Included in PostgreSQL core - Similar to Oracle PL/sql -plPerl - Included in PostgreSQL core -plPHP - http://projects.commandprompt.com/projects/public/plphp -plPython - Included in PostgreSQL core -plJava - http://gborg.postgresql.org/project/pljava/projdisplay.php -plTcl - Included in PostgreSQL core +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/Tcl - included in PostgreSQL source distribution See the file INSTALL for instructions on how to build and install PostgreSQL. That file also lists supported operating systems and |