Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 82881b2

Browse files
committed
doc: Minor wording changes
From: Dmitry Igrishin <dmitigr@gmail.com>
1 parent a03bda3 commit 82881b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/trigger.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@
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
@@ -327,7 +327,7 @@
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>

0 commit comments

Comments
 (0)