ATPrepAddPrimaryKey: ignore non-PK constraints
[pgsql.git] / README
blob6416a8cf3b4677c4828f775c402bf18631f35b00
1 PostgreSQL Database Management System
2 =====================================
4 This directory contains the source code distribution of the PostgreSQL
5 database management system.
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.
12 PostgreSQL has many language interfaces, many of which are listed here:
14         https://www.postgresql.org/download/
16 See the file INSTALL for instructions on how to build and install
17 PostgreSQL.  That file also lists supported operating systems and
18 hardware platforms and contains information regarding any other
19 software packages that are required to build or run the PostgreSQL
20 system.  Copyright and license information can be found in the
21 file COPYRIGHT.  A comprehensive documentation set is included in this
22 distribution; it can be read as described in the installation
23 instructions.
25 The latest version of this software may be obtained at
26 https://www.postgresql.org/download/.  For more information look at our
27 web site located at https://www.postgresql.org/.