Skip to content

Commit eab30cc

Browse files
committed
doc: fix trigger inheritance wording
Fix wording from commit 1cf1112 Reported-by: Robert Haas Backpatch-through: 10
1 parent 59ad246 commit eab30cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/ref/create_trigger.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ UPDATE OF <replaceable>column_name1</replaceable> [, <replaceable>column_name2</
503503
Modifying a partitioned table or a table with inheritance children fires
504504
statement-level triggers attached to the explicitly named table, but not
505505
statement-level triggers for its partitions or child tables. In contrast,
506-
row-level triggers are fired on the rows in effected partitions or
506+
row-level triggers are fired on the rows in affected partitions or
507507
child tables, even if they are not explicitly named in the query.
508508
If a statement-level trigger has been defined with transition relations
509509
named by a <literal>REFERENCING</literal> clause, then before and after

0 commit comments

Comments
 (0)