File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- <!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.133 2008/07/18 03:32:51 tgl Exp $ -->
1+ <!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.134 2008/09/24 19:51:22 momjian Exp $ -->
22
33<chapter id="plpgsql">
44 <title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
@@ -3036,7 +3036,8 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
30363036 <para>
30373037 Data type <type>RECORD</type>; variable holding the new
30383038 database row for <command>INSERT</>/<command>UPDATE</> operations in row-level
3039- triggers. This variable is <symbol>NULL</symbol> in statement-level triggers.
3039+ triggers. This variable is <symbol>NULL</symbol> in statement-level triggers
3040+ and for <command>DELETE</command> operations.
30403041 </para>
30413042 </listitem>
30423043 </varlistentry>
@@ -3047,7 +3048,8 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
30473048 <para>
30483049 Data type <type>RECORD</type>; variable holding the old
30493050 database row for <command>UPDATE</>/<command>DELETE</> operations in row-level
3050- triggers. This variable is <symbol>NULL</symbol> in statement-level triggers.
3051+ triggers. This variable is <symbol>NULL</symbol> in statement-level triggers
3052+ and for <command>INSERT</command> operations.
30513053 </para>
30523054 </listitem>
30533055 </varlistentry>
You can’t perform that action at this time.
0 commit comments