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 fe3036527a
commit d97d55460b

View file

@ -4103,8 +4103,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">