]> granicus.if.org Git - postgresql/commitdiff
Remove a space that incorrectly precedes a comma in the PL/pgSQL
authorBruce Momjian <bruce@momjian.us>
Thu, 29 Dec 2005 04:02:41 +0000 (04:02 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 29 Dec 2005 04:02:41 +0000 (04:02 +0000)
documentation.

Michael Fuhr

doc/src/sgml/plpgsql.sgml

index bba3ab127f66c845d1130c40ef27be5d6eea0706..729abf54aa1d4b5428179dafbca037a8d661ee4a 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.80.2.2 2005/12/08 18:02:10 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.80.2.3 2005/12/29 04:02:41 momjian Exp $
 -->
 
 <chapter id="plpgsql"> 
@@ -2482,7 +2482,7 @@ CLOSE curs1;
          representing its name, so that the portal name is the same as
          the cursor variable name, unless the programmer overrides it
          by assignment before opening the cursor.  But an unbound cursor
-         variable defaults to the null value initially , so it will receive
+         variable defaults to the null value initially, so it will receive
          an automatically-generated unique name, unless overridden.
         </para>
        </note>