Skip to content

Commit 690e464

Browse files
committed
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
1 parent b8c651b commit 690e464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3494,8 +3494,8 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
34943494
<title>Example</title>
34953495

34963496
<para>
3497-
We use the same <structname>measurement</structname> table we used
3498-
above. To implement it as a partitioned table using inheritance, use
3497+
We use the non-partitioned <structname>measurement</structname>
3498+
table above. To implement partitioning using inheritance, use
34993499
the following steps:
35003500

35013501
<orderedlist spacing="compact">

0 commit comments

Comments
 (0)