File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3403,7 +3403,7 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
3403
3403
<para>
3404
3404
Data type <type>RECORD</type>; variable holding the new
3405
3405
database row for <command>INSERT</>/<command>UPDATE</> operations in row-level
3406
- triggers. This variable is <symbol>NULL</symbol> in statement-level triggers
3406
+ triggers. This variable is unassigned in statement-level triggers
3407
3407
and for <command>DELETE</command> operations.
3408
3408
</para>
3409
3409
</listitem>
@@ -3415,7 +3415,7 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
3415
3415
<para>
3416
3416
Data type <type>RECORD</type>; variable holding the old
3417
3417
database row for <command>UPDATE</>/<command>DELETE</> operations in row-level
3418
- triggers. This variable is <symbol>NULL</symbol> in statement-level triggers
3418
+ triggers. This variable is unassigned in statement-level triggers
3419
3419
and for <command>INSERT</command> operations.
3420
3420
</para>
3421
3421
</listitem>
You can’t perform that action at this time.
0 commit comments