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 b20233a commit 87477b6Copy full SHA for 87477b6
doc/src/sgml/trigger.sgml
@@ -172,7 +172,7 @@
172
used to signal that the trigger performed the necessary data
173
modifications in the view. This will cause the count of the number
174
of rows affected by the command to be incremented. For
175
- <command>INSERT</> and <command>UPDATE</> operations, the trigger
+ <command>INSERT</> and <command>UPDATE</> operations only, the trigger
176
may modify the <varname>NEW</> row before returning it. This will
177
change the data returned by
178
<command>INSERT RETURNING</> or <command>UPDATE RETURNING</>,
0 commit comments