doc: Improve "Partition Maintenance" section
[pgsql.git] / README.md
blobf6104c038b3d5c69e7dc058aa4518c3cbcf56731
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/>.  In particular, information
16 about building PostgreSQL from the source code can be found at
17 <https://www.postgresql.org/docs/devel/installation.html>.
19 The latest version of this software, and related software, may be
20 obtained at <https://www.postgresql.org/download/>.  For more information
21 look at our web site located at <https://www.postgresql.org/>.