@@ -9,29 +9,9 @@ that supports an extended subset of the SQL standard, including
9
9
transactions, foreign keys, subqueries, triggers, user-defined types
10
10
and functions. This distribution also contains C language bindings.
11
11
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:
14
13
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
35
15
36
16
See the file INSTALL for instructions on how to build and install
37
17
PostgreSQL. That file also lists supported operating systems and
0 commit comments