We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent59ad246 commiteab30ccCopy full SHA for eab30cc
doc/src/sgml/ref/create_trigger.sgml
@@ -503,7 +503,7 @@ UPDATE OF <replaceable>column_name1</replaceable> [, <replaceable>column_name2</
503
Modifying a partitioned table or a table with inheritance children fires
504
statement-level triggers attached to the explicitly named table, but not
505
statement-level triggers for its partitions or child tables. In contrast,
506
- row-level triggers are fired on the rows ineffected partitions or
+ row-level triggers are fired on the rows inaffected partitions or
507
child tables, even if they are not explicitly named in the query.
508
If a statement-level trigger has been defined with transition relations
509
named by a <literal>REFERENCING</literal> clause, then before and after