mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Remove a space that incorrectly precedes a comma in the PL/pgSQL
documentation. Michael Fuhr
This commit is contained in:
parent
5fcf4a9c03
commit
8136eca59c
@ -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">
|
<chapter id="plpgsql">
|
||||||
@ -2482,7 +2482,7 @@ CLOSE curs1;
|
|||||||
representing its name, so that the portal name is the same as
|
representing its name, so that the portal name is the same as
|
||||||
the cursor variable name, unless the programmer overrides it
|
the cursor variable name, unless the programmer overrides it
|
||||||
by assignment before opening the cursor. But an unbound cursor
|
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.
|
an automatically-generated unique name, unless overridden.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</note>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user