|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.158 2010/08/17 04:37:21 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.159 2010/09/16 14:31:20 tgl Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="plpgsql">
|
4 | 4 | <title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
|
@@ -1351,7 +1351,7 @@ GET DIAGNOSTICS integer_var = ROW_COUNT;
|
1351 | 1351 | </listitem>
|
1352 | 1352 | <listitem>
|
1353 | 1353 | <para>
|
1354 |
| -A<command>RETURN QUERY</command> and <command>RETURN QUERY |
| 1354 | + <command>RETURN QUERY</command> and <command>RETURN QUERY |
1355 | 1355 | EXECUTE</command> statements set <literal>FOUND</literal>
|
1356 | 1356 | true if the query returns at least one row, false if no row
|
1357 | 1357 | is returned.
|
|