Remove doc sentence no longer applicable

Amit Langote
This commit is contained in:
Alvaro Herrera 2018-03-12 11:38:20 -03:00
parent 4a4e2442a7
commit c4af6960e3

View 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>