pgsql: doc: Reorganize CREATE TABLE / LIKE option documentation - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Reorganize CREATE TABLE / LIKE option documentation
Date
Msg-id E1fadPv-0004NO-0d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Reorganize CREATE TABLE / LIKE option documentation

This section once started out small but has now grown quite a bit and
needs a bit of structure.

Rewrite as list, add documentation of EXCLUDING, and improve the
documentation of INCLUDING ALL instead of just listing all the options
again.

per report from Yugo Nagata that EXCLUDING was not documented, that part
reviewed by Daniel Gustafsson, most of the rewrite was by me

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b46727e07a9f4b8e0c8de1f10bfd4986b02c154c

Modified Files
--------------
doc/src/sgml/ref/create_table.sgml | 168 +++++++++++++++++++++++++------------
1 file changed, 113 insertions(+), 55 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: Re: pgsql: Clarify use of temporary tables within partition trees
Next
From: Fujii Masao
Date:
Subject: pgsql: Improve the performance of relation deletes during recovery.