Skip to content

Commit 0ebe82a

Browse files
committed
doc: Update partitioning limitation on BEFORE triggers
Reported-by: Erwin Brandstetter <brsaweda@gmail.com> Discussion: https://postgr.es/m/CAGHENJ6Le7S3qJJx2TvWvTwRNS3N=BtoNeb7AF2rZvfNBMeQcg@mail.gmail.com
1 parent 9524fa1 commit 0ebe82a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4065,8 +4065,8 @@ ALTER INDEX measurement_city_id_logdate_key
40654065

40664066
<listitem>
40674067
<para>
4068-
<literal>BEFORE ROW</literal> triggers, if necessary, must be defined
4069-
on individual partitions, not the partitioned table.
4068+
<literal>BEFORE ROW</literal> triggers cannot change which partition
4069+
is the final destination for a new row.
40704070
</para>
40714071
</listitem>
40724072

0 commit comments

Comments
 (0)