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 d40597c5f046acf676cc8e2f569ac2367c679864..80e62cf2347f2c1487e391dbbf96b9dabe21eb72 100644 (file)
@@ -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>