Commit be6187e1 authored by Bruce Momjian's avatar Bruce Momjian

Remove a space that incorrectly precedes a comma in the PL/pgSQL

documentation.

Michael Fuhr
parent ab51bbaa
<!--
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.82 2005/12/08 18:02:04 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.83 2005/12/29 04:02:32 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>
......
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