pgsql: doc: clarify which table creation is used for inheritance part.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: clarify which table creation is used for inheritance part.
Date: 2020-03-31 21:07:48
Message-ID: E1jJO6u-0004UR-Hs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)nic(dot)at

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

Backpatch-through: 10

Branch
------
REL_11_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-03-31 21:08:42 pgsql: doc: clarify which table creation is used for inheritance part.
Previous Message Tom Lane 2020-03-31 21:06:29 pgsql: Fix race condition in statext_store().