File tree 1 file changed +5
-3
lines changed
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 $ -->
2
2
3
3
<chapter id="plpgsql">
4
4
<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;
3036
3036
<para>
3037
3037
Data type <type>RECORD</type>; variable holding the new
3038
3038
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.
3040
3041
</para>
3041
3042
</listitem>
3042
3043
</varlistentry>
@@ -3047,7 +3048,8 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
3047
3048
<para>
3048
3049
Data type <type>RECORD</type>; variable holding the old
3049
3050
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.
3051
3053
</para>
3052
3054
</listitem>
3053
3055
</varlistentry>
You can’t perform that action at this time.
0 commit comments