From: Alvaro Herrera Date: Mon, 12 Mar 2018 14:38:20 +0000 (-0300) Subject: Remove doc sentence no longer applicable X-Git-Tag: REL_11_BETA1~621 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c4af6960e3d82968c51995937c12bd4885183caa;p=thirdparty%2Fpostgresql.git Remove doc sentence no longer applicable Amit Langote --- 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.