mirror of
https://github.com/postgres/postgres.git
synced 2026-04-27 09:07:42 -04:00
Remove doc sentence no longer applicable
Amit Langote
This commit is contained in:
parent
4a4e2442a7
commit
c4af6960e3
1 changed files with 2 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue