summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-09-16 14:31:26 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2010-09-16 14:31:26 +0000
commita59eaf28ccdf5c4ac89cd411b00e71a79067a55a (patch)
tree2e6dfe00788e13ef7509f43b92a3584f4e821d51
parentc5ed269164f5bff46aaf13d05cd6e23dfd362728 (diff)
Fix bad grammar.
-rw-r--r--doc/src/sgml/plpgsql.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml
index 3763a59fc59..82e7675c271 100644
--- a/doc/src/sgml/plpgsql.sgml
+++ b/doc/src/sgml/plpgsql.sgml
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.154.2.3 2010/08/17 04:37:17 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.154.2.4 2010/09/16 14:31:26 tgl Exp $ -->
<chapter id="plpgsql">
<title><application>PL/pgSQL</application> - <acronym>SQL</acronym> Procedural Language</title>
@@ -1351,7 +1351,7 @@ GET DIAGNOSTICS integer_var = ROW_COUNT;
</listitem>
<listitem>
<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>
true if the query returns at least one row, false if no row
is returned.