Skip to content

Commit e85b5da

Browse files
committed
Fix spectacular misspellings of procedural language names
1 parent e9b4969 commit e85b5da

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README

+6-7
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,12 @@ parties.
2626
PostgreSQL also has a great number of procedural languages available,
2727
a 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

3736
See the file INSTALL for instructions on how to build and install
3837
PostgreSQL. That file also lists supported operating systems and

0 commit comments

Comments
 (0)