doc: clarify which table creation is used for inheritance part.
authorBruce Momjian <[email protected]>
Tue, 31 Mar 2020 21:07:43 +0000 (17:07 -0400)
committerBruce Momjian <[email protected]>
Tue, 31 Mar 2020 21:07:44 +0000 (17:07 -0400)
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

doc/src/sgml/ddl.sgml

index 8d3a0d1c22352cf7749e329d39dc4fde5ed33820..d2588876c00379228f338f6efca09526984ff17e 100644 (file)
@@ -4103,8 +4103,8 @@ ALTER INDEX measurement_city_id_logdate_key
      <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">