summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2018-03-12 14:38:20 +0000
committerAlvaro Herrera2018-03-12 14:38:40 +0000
commitc4af6960e3d82968c51995937c12bd4885183caa (patch)
tree7a6d466bece5f22e4ab467d1a5e156584ec3f753
parent4a4e2442a7f7c1434e86dd290cdb3704cfebb24c (diff)
Remove doc sentence no longer applicable
Amit Langote
-rw-r--r--doc/src/sgml/ddl.sgml5
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>