diff options
-rw-r--r-- | doc/src/sgml/ddl.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
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 <title>Example</title> <para> - We use the same <structname>measurement</structname> table we used - above. To implement it as a partitioned table 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"> |