1
0
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:
Peter Eisentraut 2018-05-01 07:48:51 -04:00
parent 827eb4393c
commit 5a6ab0a1b1

View File

@ -3315,8 +3315,8 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
<listitem> <listitem>
<para> <para>
While primary keys are supported on partitioned tables, foreign While primary keys are supported on partitioned tables, foreign
keys referencing partitioned tables are not supported, nor are foreign keys referencing partitioned tables are not supported. (Foreign key
key references from a partitioned table to some other table. references from a partitioned table to some other table are supported.)
</para> </para>
</listitem> </listitem>
@ -3340,13 +3340,6 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
version. version.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Row triggers, if necessary, must be defined on individual partitions,
not the partitioned table.
</para>
</listitem>
</itemizedlist> </itemizedlist>
</para> </para>
</sect3> </sect3>