Commit 7acf6f9b authored by Tom Lane's avatar Tom Lane

Fix bad grammar.

parent cd55aa2e
<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.158 2010/08/17 04:37:21 petere Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.159 2010/09/16 14:31:20 tgl 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>
...@@ -1351,7 +1351,7 @@ GET DIAGNOSTICS integer_var = ROW_COUNT; ...@@ -1351,7 +1351,7 @@ GET DIAGNOSTICS integer_var = ROW_COUNT;
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
A <command>RETURN QUERY</command> and <command>RETURN QUERY <command>RETURN QUERY</command> and <command>RETURN QUERY
EXECUTE</command> statements set <literal>FOUND</literal> EXECUTE</command> statements set <literal>FOUND</literal>
true if the query returns at least one row, false if no row true if the query returns at least one row, false if no row
is returned. is returned.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment