mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
DIAGNOSTICS/FOUND wording
Update wording of GET DIAGNOSTICS/FOUND, per David Fetter.
This commit is contained in:
parent
73a2f6c653
commit
b538b72eeb
@ -1,4 +1,4 @@
|
|||||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.145 2009/11/10 02:09:54 momjian Exp $ -->
|
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.146 2009/11/10 14:22:45 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter id="plpgsql">
|
<chapter id="plpgsql">
|
||||||
<title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
|
<title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
|
||||||
@ -1365,9 +1365,9 @@ GET DIAGNOSTICS integer_var = ROW_COUNT;
|
|||||||
|
|
||||||
<literal>FOUND</literal> is a local variable within each
|
<literal>FOUND</literal> is a local variable within each
|
||||||
<application>PL/pgSQL</application> function; any changes to it
|
<application>PL/pgSQL</application> function; any changes to it
|
||||||
affect only the current function. <literal>FOUND</literal> is not
|
affect only the current function. <literal>EXECUTE</literal>
|
||||||
affected by <literal>EXECUTE</literal>, while <command>GET
|
changes the output of <command>GET DIAGNOSTICS</command>, but
|
||||||
DIAGNOSTICS</command> is effected.
|
does not change the state of <literal>FOUND</literal>.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Loading…
Reference in New Issue
Block a user