Commit 5a6ab0a1 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Update limitations of partitions

David Rowley, Amit Langote
parent 827eb439
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment