Added literal tag for RETURNING
[pgsql.git] / README
blobe40e610ccb3bcd08d720b5df88e01341528d3829
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 Copyright and license information can be found in the file COPYRIGHT.
14 General documentation about this version of PostgreSQL can be found at:
15 https://www.postgresql.org/docs/devel/
16 In particular, information about building PostgreSQL from the source
17 code can be found at:
18 https://www.postgresql.org/docs/devel/installation.html
20 The latest version of this software, and related software, may be
21 obtained at https://www.postgresql.org/download/.  For more information
22 look at our web site located at https://www.postgresql.org/.