From c4af6960e3d82968c51995937c12bd4885183caa Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 12 Mar 2018 11:38:20 -0300 Subject: [PATCH] Remove doc sentence no longer applicable Amit Langote --- doc/src/sgml/ddl.sgml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 2b879ead4b..70d5a126bd 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. -- 2.39.5