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

Commitb538b72

Browse files
committed
DIAGNOSTICS/FOUND wording
Update wording of GET DIAGNOSTICS/FOUND, per David Fetter.
1 parent73a2f6c commitb538b72

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
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.145 2009/11/1002:09:54 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.146 2009/11/1014:22:45 momjian Exp $ -->
22

33
<chapter id="plpgsql">
44
<title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
@@ -1365,9 +1365,9 @@ GET DIAGNOSTICS integer_var = ROW_COUNT;
13651365

13661366
<literal>FOUND</literal> is a local variable within each
13671367
<application>PL/pgSQL</application> function; any changes to it
1368-
affect only the current function. <literal>FOUND</literal> is not
1369-
affected by <literal>EXECUTE</literal>,while <command>GET
1370-
DIAGNOSTICS</command> is effected.
1368+
affect only the current function.<literal>EXECUTE</literal>
1369+
changes the output of <command>GET DIAGNOSTICS</command>,but
1370+
does not change the state of <literal>FOUND</literal>.
13711371
</para>
13721372

13731373
</sect2>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp