@@ -9,9 +9,30 @@ 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
- The JDBC, ODBC, C++, Python, and Tcl interfaces have been moved to the
13
- PostgreSQL Projects Web Site at http://gborg.postgresql.org for separate
14
- maintenance. A Perl DBI/DBD driver is available from CPAN.
12
+ PostgreSQL has many language interfaces including some of the more
13
+ common listed below:
14
+
15
+ C++ - http://thaiopensource.org/development/libpqxx/
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 binding are available from a variety of contributing
24
+ parties.
25
+
26
+ PostgreSQL also has a great number of procedural languages available,
27
+ a short but not complete list is below:
28
+
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
15
36
16
37
See the file INSTALL for instructions on how to build and install
17
38
PostgreSQL. That file also lists supported operating systems and
@@ -24,5 +45,6 @@ distribution; it can be read as described in the installation
24
45
instructions.
25
46
26
47
The latest version of this software may be obtained at
27
- ftp://ftp.postgresql.org/pub/. For more information look at our web
28
- site located at http://www.postgresql.org/.
48
+ http://www.postgresql.org/download/. For more information look at our
49
+ web site located at http://www.postgresql.org/.
50
+
0 commit comments