File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3373,8 +3373,8 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
3373
3373
<para>
3374
3374
Data type <type>RECORD</type>; variable holding the new
3375
3375
database row for <command>INSERT</>/<command>UPDATE</> operations in row-level
3376
- triggers. This variable is <symbol>NULL</symbol> in statement-level triggers
3377
- and for <command>DELETE</command> operations.
3376
+ triggers. This variable is not defined in statement-level triggers
3377
+ or <command>DELETE</command> operations.
3378
3378
</para>
3379
3379
</listitem>
3380
3380
</varlistentry>
@@ -3385,8 +3385,8 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
3385
3385
<para>
3386
3386
Data type <type>RECORD</type>; variable holding the old
3387
3387
database row for <command>UPDATE</>/<command>DELETE</> operations in row-level
3388
- triggers. This variable is <symbol>NULL</symbol> in statement-level triggers
3389
- and for <command>INSERT</command> operations.
3388
+ triggers. This variable is not defined in statement-level triggers
3389
+ or <command>INSERT</command> operations.
3390
3390
</para>
3391
3391
</listitem>
3392
3392
</varlistentry>
You can’t perform that action at this time.
0 commit comments