We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4a4e244 commitc4af696Copy full SHA for c4af696
doc/src/sgml/ddl.sgml
@@ -2962,9 +2962,8 @@ VALUES ('Albany', NULL, NULL, 'NY');
2962
Partitions may themselves be defined as partitioned tables, using what is
2963
called <firstterm>sub-partitioning</firstterm>. Partitions may have their
2964
own indexes, constraints and default values, distinct from those of other
2965
- partitions. Indexes must be created separately for each partition. See
2966
- <xref linkend="sql-createtable"/> for more details on creating partitioned
2967
- tables and partitions.
+ partitions. See <xref linkend="sql-createtable"/> for more details on
+ creating partitioned tables and partitions.
2968
</para>
2969
2970
<para>