summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2006-07-24 16:55:42 +0000
committerPeter Eisentraut <peter_e@gmx.net>2006-07-24 16:55:42 +0000
commit6779710f261efb644cffc6f840670dab82314c31 (patch)
treea408c39f5e16882dfb2f955777e4abb2ea7b7ff9
parent69f3a5c9ed7bf369db49a1696ec430d2710ef9e1 (diff)
downloadpostgresql-6779710f261efb644cffc6f840670dab82314c31.tar.gz
Fix spectacular misspellings of procedural language names
-rw-r--r--README13
1 files changed, 6 insertions, 7 deletions
diff --git a/README b/README
index 900df01af3..39739e483e 100644
--- a/README
+++ b/README
@@ -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