Commit bcded260 authored by Peter Eisentraut's avatar Peter Eisentraut

doc: Correct update on limitations of partitions

Amit Langote
parent f66912b0
...@@ -3340,6 +3340,13 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02 ...@@ -3340,6 +3340,13 @@ ALTER TABLE measurement ATTACH PARTITION measurement_y2008m02
version. version.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
<literal>BEFORE ROW</literal> triggers, if necessary, must be defined
on individual partitions, not the partitioned table.
</para>
</listitem>
</itemizedlist> </itemizedlist>
</para> </para>
</sect3> </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