]> granicus.if.org Git - postgresql/commitdiff
Remove doc sentence no longer applicable
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 12 Mar 2018 14:38:20 +0000 (11:38 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 12 Mar 2018 14:38:40 +0000 (11:38 -0300)
Amit Langote

doc/src/sgml/ddl.sgml

index 2b879ead4b2c672a29e8155c9c38ca1c0442e414..70d5a126bd87eeaa51ddb12763a6ebc7b4d0cf81 100644 (file)
@@ -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>