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
1 changed files with 2 additions and 2 deletions

View File

@ -4065,8 +4065,8 @@ ALTER INDEX measurement_city_id_logdate_key
<listitem>
<para>
<literal>BEFORE ROW</literal> triggers, if necessary, must be defined
on individual partitions, not the partitioned table.
<literal>BEFORE ROW</literal> triggers cannot change which partition
is the final destination for a new row.
</para>
</listitem>