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:
parent
3ee692d82f
commit
f116356deb
@ -3548,8 +3548,8 @@ ALTER INDEX measurement_city_id_logdate_key
|
|||||||
<title>Example</title>
|
<title>Example</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
We use the same <structname>measurement</structname> table we used
|
We use the non-partitioned <structname>measurement</structname>
|
||||||
above. To implement partitioning using inheritance, use
|
table above. To implement partitioning using inheritance, use
|
||||||
the following steps:
|
the following steps:
|
||||||
|
|
||||||
<orderedlist spacing="compact">
|
<orderedlist spacing="compact">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user