diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml
index 2b879ead4b2..70d5a126bd8 100644
--- a/doc/src/sgml/ddl.sgml
+++ b/doc/src/sgml/ddl.sgml
@@ -2962,9 +2962,8 @@ VALUES ('Albany', NULL, NULL, 'NY');
Partitions may themselves be defined as partitioned tables, using what is
called sub-partitioning. Partitions may have their
own indexes, constraints and default values, distinct from those of other
- partitions. Indexes must be created separately for each partition. See
- for more details on creating partitioned
- tables and partitions.
+ partitions. See for more details on
+ creating partitioned tables and partitions.