OSDN Git Service

Update libpqxx URL in top-level README, per Gurjeet Singh.
[pg-rex/syncrep.git] / README
1 PostgreSQL Database Management System
2 =====================================
3   
4 This directory contains the source code distribution of the PostgreSQL
5 database management system.
6
7 PostgreSQL is an advanced object-relational database management system
8 that supports an extended subset of the SQL standard, including
9 transactions, foreign keys, subqueries, triggers, user-defined types
10 and functions.  This distribution also contains C language bindings.
11
12 PostgreSQL has many language interfaces including some of the more
13 common listed below:
14
15 C++ - http://pqxx.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, 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
35
36 See the file INSTALL for instructions on how to build and install
37 PostgreSQL.  That file also lists supported operating systems and
38 hardware platforms and contains information regarding any other
39 software packages that are required to build or run the PostgreSQL
40 system.  Changes between all PostgreSQL releases are recorded in the
41 file HISTORY.  Copyright and license information can be found in the
42 file COPYRIGHT.  A comprehensive documentation set is included in this
43 distribution; it can be read as described in the installation
44 instructions.
45
46 The latest version of this software may be obtained at
47 http://www.postgresql.org/download/.  For more information look at our
48 web site located at http://www.postgresql.org/.
49