Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 97dc0d1

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 bef7b91 commit 97dc0d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/ddl.sgml

+2-2
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)