1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-21 15:54:08 +03:00

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
This commit is contained in:
Bruce Momjian 2020-03-31 17:07:43 -04:00
parent b8c651b75b
commit 690e464871

View File

@ -3494,8 +3494,8 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
<title>Example</title>
<para>
We use the same <structname>measurement</structname> table we used
above. To implement it as a partitioned table using inheritance, use
We use the non-partitioned <structname>measurement</structname>
table above. To implement partitioning using inheritance, use
the following steps:
<orderedlist spacing="compact">