File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3282,8 +3282,8 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
3282
3282
<para>
3283
3283
Data type <type>RECORD</type>; variable holding the new
3284
3284
database row for <command>INSERT</>/<command>UPDATE</> operations in row-level
3285
- triggers. This variable is <symbol>NULL</symbol> in statement-level triggers
3286
- and for <command>DELETE</command> operations.
3285
+ triggers. This variable is not defined in statement-level triggers
3286
+ or <command>DELETE</command> operations.
3287
3287
</para>
3288
3288
</listitem>
3289
3289
</varlistentry>
@@ -3294,8 +3294,8 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
3294
3294
<para>
3295
3295
Data type <type>RECORD</type>; variable holding the old
3296
3296
database row for <command>UPDATE</>/<command>DELETE</> operations in row-level
3297
- triggers. This variable is <symbol>NULL</symbol> in statement-level triggers
3298
- and for <command>INSERT</command> operations.
3297
+ triggers. This variable is not defined in statement-level triggers
3298
+ or <command>INSERT</command> operations.
3299
3299
</para>
3300
3300
</listitem>
3301
3301
</varlistentry>
You can’t perform that action at this time.
0 commit comments