pgsql: Update ddl.sgml for declarative partitioning syntax

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update ddl.sgml for declarative partitioning syntax
Date: 2017-02-10 10:08:35
Message-ID: E1cc883-0002mS-BV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update ddl.sgml for declarative partitioning syntax

Add a section titled "Partitioned Tables" to describe what are
partitioned tables, partition, their similarities with inheritance.
The existing section on inheritance is retained for clarity.

Then add examples to the partitioning chapter that show syntax for
partitioned tables. In fact they implement the same partitioning
scheme that is currently shown using inheritance.

Amit Langote, with additional details and explanatory text by me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9401883a7a598f1f1664c74835821f697932666f

Modified Files
--------------
doc/src/sgml/ddl.sgml | 458 +++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 438 insertions(+), 20 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-02-10 20:38:57 pgsql: Add CREATE SEQUENCE AS <data type> clause
Previous Message Simon Riggs 2017-02-10 09:08:29 pgsql: Add keywords for partitioning