We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cb98e commit c10fae2Copy full SHA for c10fae2
doc/src/sgml/trigger.sgml
@@ -230,7 +230,7 @@
230
used to signal that the trigger performed the necessary data
231
modifications in the view. This will cause the count of the number
232
of rows affected by the command to be incremented. For
233
- <command>INSERT</command> and <command>UPDATE</command> operations, the trigger
+ <command>INSERT</command> and <command>UPDATE</command> operations only, the trigger
234
may modify the <varname>NEW</varname> row before returning it. This will
235
change the data returned by
236
<command>INSERT RETURNING</command> or <command>UPDATE RETURNING</command>,
0 commit comments