OSDN Git Service

Fix bad grammar.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Sep 2010 14:31:26 +0000 (14:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Sep 2010 14:31:26 +0000 (14:31 +0000)
doc/src/sgml/plpgsql.sgml

index 3763a59..82e7675 100644 (file)
@@ -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>
-            <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.