@@ -3072,8 +3072,8 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
3072
3072
<para>
3073
3073
Data type <type>RECORD</type>; variable holding the new
3074
3074
database row for <command>INSERT</>/<command>UPDATE</> operations in row-level
3075
- triggers. This variable is<symbol>NULL</symbol> in statement-level triggers
3076
- and for <command>DELETE</command> operations.
3075
+ triggers. This variable isnot defined in statement-level triggers
3076
+ or <command>DELETE</command> operations.
3077
3077
</para>
3078
3078
</listitem>
3079
3079
</varlistentry>
@@ -3084,8 +3084,8 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
3084
3084
<para>
3085
3085
Data type <type>RECORD</type>; variable holding the old
3086
3086
database row for <command>UPDATE</>/<command>DELETE</> operations in row-level
3087
- triggers. This variable is<symbol>NULL</symbol> in statement-level triggers
3088
- and for <command>INSERT</command> operations.
3087
+ triggers. This variable isnot defined in statement-level triggers
3088
+ or <command>INSERT</command> operations.
3089
3089
</para>
3090
3090
</listitem>
3091
3091
</varlistentry>