File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 115115 <literal>BEFORE</literal> triggers fire immediately before a particular row is
116116 operated on, while row-level <literal>AFTER</literal> triggers fire at the end of
117117 the statement (but before any statement-level <literal>AFTER</literal> triggers).
118- These types of triggers may only be defined on non-partitioned tables and
119- foreign tables, not views. <literal>INSTEAD OF</literal> triggers may only be
118+ These types of triggers may only be defined on tables and
119+ foreign tables, not views; <literal>BEFORE</literal> row-level triggers may not
120+ be defined on partitioned tables.
121+ <literal>INSTEAD OF</literal> triggers may only be
120122 defined on views, and only at row level; they fire immediately as each
121123 row in the view is identified as needing to be operated on.
122124 </para>
You can’t perform that action at this time.
0 commit comments