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 <[email protected]> Reviewed-by: Laurenz Albe <[email protected]> Reviewed-by: Jian He <[email protected]> Discussion: https://postgr.es/m/CAKFQuwYfMV-2SdrP-umr5SVNSqTn378BUvHsebetp5=dht4...@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(-)
