pgsql: doc: Reorganize CREATE TABLE / LIKE option documentation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Reorganize CREATE TABLE / LIKE option documentation
Date: 2018-07-04 08:45:39
Message-ID: E1fadPv-0004NO-0d@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-07-04 17:15:19 Re: pgsql: Fix crash when ALTER TABLE recreates indexes on partitions
Previous Message David Rowley 2018-07-04 01:55:21 Re: pgsql: Clarify use of temporary tables within partition trees