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

Commit336059f

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

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
@@ -3072,8 +3072,8 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
30723072
<para>
30733073
Data type <type>RECORD</type>; variable holding the new
30743074
database row for <command>INSERT</>/<command>UPDATE</> operations in row-level
3075-
triggers. This variable isnot defined in statement-level triggers
3076-
or <command>DELETE</command> operations.
3075+
triggers. This variable is<symbol>NULL</symbol> in statement-level triggers
3076+
and for <command>DELETE</command> operations.
30773077
</para>
30783078
</listitem>
30793079
</varlistentry>
@@ -3084,8 +3084,8 @@ RAISE unique_violation USING MESSAGE = 'Duplicate user ID: ' || user_id;
30843084
<para>
30853085
Data type <type>RECORD</type>; variable holding the old
30863086
database row for <command>UPDATE</>/<command>DELETE</> operations in row-level
3087-
triggers. This variable isnot defined in statement-level triggers
3088-
or <command>INSERT</command> operations.
3087+
triggers. This variable is<symbol>NULL</symbol> in statement-level triggers
3088+
and for <command>INSERT</command> operations.
30893089
</para>
30903090
</listitem>
30913091
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp