Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit be6187e

Browse files
committed
Remove a space that incorrectly precedes a comma in the PL/pgSQL
documentation. Michael Fuhr
1 parent ab51bba commit be6187e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/plpgsql.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.82 2005/12/08 18:02:04 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/plpgsql.sgml,v 1.83 2005/12/29 04:02:32 momjian Exp $
33
-->
44

55
<chapter id="plpgsql">
@@ -2482,7 +2482,7 @@ CLOSE curs1;
24822482
representing its name, so that the portal name is the same as
24832483
the cursor variable name, unless the programmer overrides it
24842484
by assignment before opening the cursor. But an unbound cursor
2485-
variable defaults to the null value initially , so it will receive
2485+
variable defaults to the null value initially, so it will receive
24862486
an automatically-generated unique name, unless overridden.
24872487
</para>
24882488
</note>

0 commit comments

Comments
 (0)