pgsql: Improve documentation for table partitioning.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve documentation for table partitioning.
Date: 2017-03-31 21:36:20
Message-ID: E1cu4DU-0006CR-L5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve documentation for table partitioning.

Emphasize the new declarative partitioning more, and compare and
contrast it more clearly with inheritance-based partitioning.

Amit Langote, reviewed and somewhat revised by me

Discussion: http://postgr.es/m/a6f99cdb-21e7-1d65-1381-91f2cfa156e2@lab.ntt.co.jp

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8f18a880a5f138d4da94173d15514142331f8de6

Modified Files
--------------
doc/src/sgml/ddl.sgml | 1433 +++++++++++++++++++++++--------------------------
1 file changed, 684 insertions(+), 749 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-31 22:11:48 pgsql: For foreign keys, check REFERENCES privilege only on the referen
Previous Message Robert Haas 2017-03-31 20:52:46 pgsql: Revert "Allow ON CONFLICT .. DO NOTHING on a partitioned table."