Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8eacb25

Browse files
committed
Revert documentation patch about NEW/OLD and triggers.
Backpatch to 9.0 and 9.1.Patch from Josh Kupershmidt.
1 parentdf383b0 commit8eacb25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/plpgsql.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3373,8 +3373,8 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
33733373
<para>
33743374
Data type <type>RECORD</type>; variable holding the new
33753375
database row for <command>INSERT</>/<command>UPDATE</> operations in row-level
3376-
triggers. This variable isnot defined in statement-level triggers
3377-
or <command>DELETE</command> operations.
3376+
triggers. This variable is<symbol>NULL</symbol> in statement-level triggers
3377+
and for <command>DELETE</command> operations.
33783378
</para>
33793379
</listitem>
33803380
</varlistentry>
@@ -3385,8 +3385,8 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
33853385
<para>
33863386
Data type <type>RECORD</type>; variable holding the old
33873387
database row for <command>UPDATE</>/<command>DELETE</> operations in row-level
3388-
triggers. This variable isnot defined in statement-level triggers
3389-
or <command>INSERT</command> operations.
3388+
triggers. This variable is<symbol>NULL</symbol> in statement-level triggers
3389+
and for <command>INSERT</command> operations.
33903390
</para>
33913391
</listitem>
33923392
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp