Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit82881b2

Browse files
committed
doc: Minor wording changes
From: Dmitry Igrishin <dmitigr@gmail.com>
1 parenta03bda3 commit82881b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/trigger.sgml

Lines changed: 3 additions & 3 deletions
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 ofBEFORErow-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)

[8]ページ先頭

©2009-2025 Movatter.jp