mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
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:
parent
9524fa1aa5
commit
0ebe82a941
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user