1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-12 07:05:03 +03:00

doc: Correct update on limitations of partitions

Amit Langote
This commit is contained in:
Peter Eisentraut
2018-05-02 12:06:25 -04:00
parent f66912b0a0
commit bcded2609a

View File

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