Thread: [COMMITTERS] pgsql: Update ddl.sgml for declarative partitioning syntax

[COMMITTERS] pgsql: Update ddl.sgml for declarative partitioning syntax

From
Simon Riggs
Date:
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(-)