OSDN Git Service

Update README file.
[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://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
36
37 See the file INSTALL for instructions on how to build and install
38 PostgreSQL.  That file also lists supported operating systems and
39 hardware platforms and contains information regarding any other
40 software packages that are required to build or run the PostgreSQL
41 system.  Changes between all PostgreSQL releases are recorded in the
42 file HISTORY.  Copyright and license information can be found in the
43 file COPYRIGHT.  A comprehensive documentation set is included in this
44 distribution; it can be read as described in the installation
45 instructions.
46
47 The latest version of this software may be obtained at
48 http://www.postgresql.org/download/.  For more information look at our
49 web site located at http://www.postgresql.org/.
50