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 831ca95 commit 5292570Copy full SHA for 5292570
doc/src/sgml/trigger.sgml
@@ -207,7 +207,7 @@
207
used to signal that the trigger performed the necessary data
208
modifications in the view. This will cause the count of the number
209
of rows affected by the command to be incremented. For
210
- <command>INSERT</> and <command>UPDATE</> operations, the trigger
+ <command>INSERT</> and <command>UPDATE</> operations only, the trigger
211
may modify the <varname>NEW</> row before returning it. This will
212
change the data returned by
213
<command>INSERT RETURNING</> or <command>UPDATE RETURNING</>,
0 commit comments