[COMMITTERS] pgsql: Update ddl.sgml for declarative partitioning syntax - Mailing list pgsql-committers

From Simon Riggs
Subject [COMMITTERS] pgsql: Update ddl.sgml for declarative partitioning syntax
Date
Msg-id E1cc883-0002mS-BV@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: [COMMITTERS] pgsql: Add keywords for partitioning
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Add CREATE SEQUENCE AS clause