Commit 0ebe82a9 authored by Alvaro Herrera's avatar Alvaro Herrera

doc: Update partitioning limitation on BEFORE triggers

Reported-by: default avatarErwin Brandstetter <brsaweda@gmail.com>
Discussion: https://postgr.es/m/CAGHENJ6Le7S3qJJx2TvWvTwRNS3N=BtoNeb7AF2rZvfNBMeQcg@mail.gmail.com
parent 9524fa1a
...@@ -4065,8 +4065,8 @@ ALTER INDEX measurement_city_id_logdate_key ...@@ -4065,8 +4065,8 @@ ALTER INDEX measurement_city_id_logdate_key
<listitem> <listitem>
<para> <para>
<literal>BEFORE ROW</literal> triggers, if necessary, must be defined <literal>BEFORE ROW</literal> triggers cannot change which partition
on individual partitions, not the partitioned table. is the final destination for a new row.
</para> </para>
</listitem> </listitem>
......
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