diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 4e31c905926..41949393e80 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -3494,8 +3494,8 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
Example
- We use the same measurement table we used
- above. To implement it as a partitioned table using inheritance, use
+ We use the non-partitioned measurement
+ table above. To implement partitioning using inheritance, use
the following steps: