[COMMITTERS] pgsql: Add CREATE SEQUENCE AS clause

2017-02-10 Thread Peter Eisentraut
Add CREATE SEQUENCE AS clause This stores a data type, required to be an integer type, with the sequence. The sequences min and max values default to the range supported by the type, and they cannot be set to values exceeding that range. The internal implementation of the sequence is not affect

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

2017-02-10 Thread Simon Riggs
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 sh

[COMMITTERS] pgsql: Add keywords for partitioning

2017-02-10 Thread Simon Riggs
Add keywords for partitioning Amit Langote Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/61c9a9dac44c0f0c24342a4fa4f750756ac72f2f Modified Files -- doc/src/sgml/keywords.sgml | 21 + 1 file changed, 21 insertions(+) -- Sent via pg

[COMMITTERS] pgsql: Improve CREATE TABLE documentation of partitioning

2017-02-10 Thread Simon Riggs
Improve CREATE TABLE documentation of partitioning Amit Langote, with corrections by me Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c1369fe2ea79724e56ee55e4c87778afd6016942 Modified Files -- doc/src/sgml/ref/create_table.sgml | 107 ++