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

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема [COMMITTERS] pgsql: Update ddl.sgml for declarative partitioning syntax
Дата
Msg-id E1cc883-0002mS-BV@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: [COMMITTERS] pgsql: Add keywords for partitioning
Следующее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Add CREATE SEQUENCE AS clause