doc: Update partitioning limitation on BEFORE triggers

Reported-by: Erwin Brandstetter <brsaweda@gmail.com>
Discussion: https://postgr.es/m/CAGHENJ6Le7S3qJJx2TvWvTwRNS3N=BtoNeb7AF2rZvfNBMeQcg@mail.gmail.com
This commit is contained in:
Alvaro Herrera 2020-08-31 17:04:40 -04:00
parent 9524fa1aa5
commit 0ebe82a941
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE

View File

@ -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>