@@ -3282,8 +3282,8 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
32823282 <para>
32833283 Data type <type>RECORD</type>; variable holding the new
32843284 database row for <command>INSERT</>/<command>UPDATE</> operations in row-level
3285- triggers. This variable isnot defined in statement-level triggers
3286- or <command>DELETE</command> operations.
3285+ triggers. This variable is<symbol>NULL</symbol> in statement-level triggers
3286+ and for <command>DELETE</command> operations.
32873287 </para>
32883288 </listitem>
32893289 </varlistentry>
@@ -3294,8 +3294,8 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
32943294 <para>
32953295 Data type <type>RECORD</type>; variable holding the old
32963296 database row for <command>UPDATE</>/<command>DELETE</> operations in row-level
3297- triggers. This variable isnot defined in statement-level triggers
3298- or <command>INSERT</command> operations.
3297+ triggers. This variable is<symbol>NULL</symbol> in statement-level triggers
3298+ and for <command>INSERT</command> operations.
32993299 </para>
33003300 </listitem>
33013301 </varlistentry>