File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 125125 If an <command>INSERT</command> contains an <literal>ON CONFLICT
126126 DO UPDATE</> clause, it is possible that the effects of all
127127 row-level <literal>BEFORE</> <command>INSERT</command> triggers
128- and all row-level BEFORE <command>UPDATE</command> triggers can
128+ and all row-level <literal> BEFORE</literal> <command>UPDATE</command> triggers can
129129 both be applied in a way that is apparent from the final state of
130130 the updated row, if an <varname>EXCLUDED</> column is referenced.
131131 There need not be an <varname>EXCLUDED</> column reference for
132- both sets of BEFORE row-level triggers to execute, though. The
132+ both sets of row-level <literal>BEFORE</literal> triggers to execute, though. The
133133 possibility of surprising outcomes should be considered when there
134134 are both <literal>BEFORE</> <command>INSERT</command> and
135135 <literal>BEFORE</> <command>UPDATE</command> row-level triggers
327327 <para>
328328 Statement-level triggers follow simple visibility rules: none of
329329 the changes made by a statement are visible to statement-level
330- triggers that are invoked before the statement , whereas all
330+ <literal>BEFORE</literal> triggers , whereas all
331331 modifications are visible to statement-level <literal>AFTER</>
332332 triggers.
333333 </para>
You can’t perform that action at this time.
0 commit comments