projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c931b2e
)
Remove a space that incorrectly precedes a comma in the PL/pgSQL
author
Bruce Momjian
<bruce@momjian.us>
Thu, 29 Dec 2005 04:02:41 +0000
(
04:02
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Thu, 29 Dec 2005 04:02:41 +0000
(
04:02
+0000)
documentation.
Michael Fuhr
doc/src/sgml/plpgsql.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/plpgsql.sgml
b/doc/src/sgml/plpgsql.sgml
index d40597c5f046acf676cc8e2f569ac2367c679864..80e62cf2347f2c1487e391dbbf96b9dabe21eb72 100644
(file)
--- a/
doc/src/sgml/plpgsql.sgml
+++ b/
doc/src/sgml/plpgsql.sgml
@@
-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>