pgsql: Doc: declutter CREATE TABLE synopsis. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: declutter CREATE TABLE synopsis.
Date
Msg-id E1w5sF2-001b1O-0s@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: declutter CREATE TABLE synopsis.

Factor out the "persistence mode" and storage/compression parts
of the syntax synopsis to reduce line lengths and increase
readability.  Also add an introductory para about the persistence
modes so that the Description section still lines up with the
synopsis.

Author: David G. Johnston <david.g.johnston@gmail.com>
Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at>
Reviewed-by: Jian He <jian.universality@gmail.com>
Discussion: https://postgr.es/m/CAKFQuwYfMV-2SdrP-umr5SVNSqTn378BUvHsebetp5=DhT494w@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/create_table.sgml    | 38 ++++++++++++++++++++++++++---------
doc/src/sgml/ref/create_table_as.sgml |  8 ++++++--
2 files changed, 35 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: pg_plan_advice: Invent DO_NOT_SCAN(relation_identifier).
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Rename MAX_NAMED_TRANCHES to MAX_USER_DEFINED_TRANCHES