File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments