File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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;
34033403 <para>
34043404 Data type <type>RECORD</type>; variable holding the new
34053405 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
34073407 and for <command>DELETE</command> operations.
34083408 </para>
34093409 </listitem>
@@ -3415,7 +3415,7 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
34153415 <para>
34163416 Data type <type>RECORD</type>; variable holding the old
34173417 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
34193419 and for <command>INSERT</command> operations.
34203420 </para>
34213421 </listitem>
You can’t perform that action at this time.
0 commit comments