pgsql: doc: clarify which table creation is used for inheritance part. - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: clarify which table creation is used for inheritance part.
Date
Msg-id E1jJO7m-0004WP-AJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc:  clarify which table creation is used for inheritance part.

Previously people might assume that the partition syntax version of
CREATE TABLE is to be used for the inheritance partition table example;
mention that the non-partitioned version should be used.

Reported-by: mib@nic.at

Discussion: https://postgr.es/m/158089540905.1098.15071165437284409576@wrigleys.postgresql.org

Backpatch-through: 10

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/51a1c77bd769642670249554e48ad99698ea61fc

Modified Files
--------------
doc/src/sgml/ddl.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: clarify which table creation is used for inheritance part.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: add namespace column to pg_buffercache example query