8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a577599 commit e176281Copy full SHA for e176281
doc/src/sgml/trigger.sgml
@@ -122,6 +122,14 @@
122
identified as needing to be operated on.
123
</para>
124
125
+ <para>
126
+ A statement that targets a parent table in a inheritance or partitioning
127
+ hierarchy does not cause the statement-level triggers of affected child
128
+ tables to be fired; only the parent table's statement-level triggers are
129
+ fired. However, row-level triggers of any affected child tables will be
130
+ fired.
131
+ </para>
132
+
133
<para>
134
If an <command>INSERT</command> contains an <literal>ON CONFLICT
135
DO UPDATE</> clause, it is possible that the effects of all
0 commit comments