aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-12-29 04:02:41 +0000
committerBruce Momjian <bruce@momjian.us>2005-12-29 04:02:41 +0000
commit8136eca59c0e2d684e1940c5c20cd8b21569f7f2 (patch)
treeeabfc5954f34e375f280e0a842ba4350fe601e6c /doc/src
parent5fcf4a9c03b2c9f5ed2d41465b191a4600465fad (diff)
downloadpostgresql-8136eca59c0e2d684e1940c5c20cd8b21569f7f2.tar.gz
postgresql-8136eca59c0e2d684e1940c5c20cd8b21569f7f2.zip
Remove a space that incorrectly precedes a comma in the PL/pgSQL
documentation. Michael Fuhr
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/plpgsql.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml
index bba3ab127f6..729abf54aa1 100644
--- a/doc/src/sgml/plpgsql.sgml
+++ b/doc/src/sgml/plpgsql.sgml
@@ -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">
@@ -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>