@@ -9,29 +9,9 @@ that supports an extended subset of the SQL standard, including
99transactions, foreign keys, subqueries, triggers, user-defined types
1010and functions. This distribution also contains C language bindings.
1111
12- PostgreSQL has many language interfaces including some of the more
13- common listed below:
12+ PostgreSQL has many language interfaces, many of which are listed here:
1413
15- C++ - http://pqxx.org
16- JDBC - http://jdbc.postgresql.org
17- ODBC - http://odbc.postgresql.org
18- Perl - http://search.cpan.org/~dbdpg/
19- PHP - http://www.php.net
20- Python - http://www.initd.org/
21- Ruby - http://ruby.scripting.ca/postgres/
22-
23- Other language bindings are available from a variety of contributing
24- parties.
25-
26- PostgreSQL also has a great number of procedural languages available,
27- a short, incomplete list is below:
28-
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://pgfoundry.org/projects/pljava/
34- PL/Tcl - included in PostgreSQL source distribution
14+ http://www.postgresql.org/download
3515
3616See the file INSTALL for instructions on how to build and install
3717PostgreSQL. That file also lists supported operating systems and