|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.144 2009/11/05 16:58:36 tgl Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.145 2009/11/10 02:09:54 momjian Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="plpgsql"> |
4 | 4 | <title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title> |
@@ -1365,7 +1365,9 @@ GET DIAGNOSTICS integer_var = ROW_COUNT; |
1365 | 1365 |
|
1366 | 1366 | <literal>FOUND</literal> is a local variable within each |
1367 | 1367 | <application>PL/pgSQL</application> function; any changes to it |
1368 | | - affect only the current function. |
| 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. |
1369 | 1371 | </para> |
1370 | 1372 |
|
1371 | 1373 | </sect2> |
|