diff options
-rw-r--r-- | doc/src/sgml/ddl.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
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 <firstterm>sub-partitioning</firstterm>. 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 - <xref linkend="sql-createtable"/> for more details on creating partitioned - tables and partitions. + partitions. See <xref linkend="sql-createtable"/> for more details on + creating partitioned tables and partitions. </para> <para> |