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: [email protected]
Discussion: https://postgr.es/m/
158089540905.1098.
15071165437284409576@wrigleys.postgresql.org
Backpatch-through: 10
<title>Example</title>
<para>
- We use the same <structname>measurement</structname> table we used
- above. To implement partitioning 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">