mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 15:54:08 +03:00
doc: Update limitations of partitions
David Rowley, Amit Langote
This commit is contained in:
parent
827eb4393c
commit
5a6ab0a1b1
@ -3315,8 +3315,8 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
|
||||
<listitem>
|
||||
<para>
|
||||
While primary keys are supported on partitioned tables, foreign
|
||||
keys referencing partitioned tables are not supported, nor are foreign
|
||||
key references from a partitioned table to some other table.
|
||||
keys referencing partitioned tables are not supported. (Foreign key
|
||||
references from a partitioned table to some other table are supported.)
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
@ -3340,13 +3340,6 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
|
||||
version.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Row triggers, if necessary, must be defined on individual partitions,
|
||||
not the partitioned table.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</sect3>
|
||||
|
Loading…
x
Reference in New Issue
Block a user