Doc: declutter CREATE TABLE synopsis.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a6d26e0fb29b8b644a495a6c2d5ed5c50b41addb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2026-03-26T21:27:40Z
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

Files

PathChange+/−
doc/src/sgml/ref/create_table_as.sgml modified +6 −2
doc/src/sgml/ref/create_table.sgml modified +29 −9

Discussion