aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2020-03-31 17:07:43 -0400
committerBruce Momjian <bruce@momjian.us>2020-03-31 17:08:27 -0400
commit51a1c77bd769642670249554e48ad99698ea61fc (patch)
treee0a1b939ddb393f715e45eacba96cfe157ce86ae
parent6c426cd43790d56e6b96c21ae2d968ceb733bdde (diff)
downloadpostgresql-51a1c77bd769642670249554e48ad99698ea61fc.tar.gz
postgresql-51a1c77bd769642670249554e48ad99698ea61fc.zip
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
-rw-r--r--doc/src/sgml/ddl.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 7550d03f279..b2cad338429 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -4104,8 +4104,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">