1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-13 18:28:01 +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. 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>