We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab51bba commit be6187eCopy full SHA for be6187e
doc/src/sgml/plpgsql.sgml
@@ -1,5 +1,5 @@
1
<!--
2
-$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 $
3
-->
4
5
<chapter id="plpgsql">
@@ -2482,7 +2482,7 @@ CLOSE curs1;
2482
representing its name, so that the portal name is the same as
2483
the cursor variable name, unless the programmer overrides it
2484
by assignment before opening the cursor. But an unbound cursor
2485
- variable defaults to the null value initially , so it will receive
+ variable defaults to the null value initially, so it will receive
2486
an automatically-generated unique name, unless overridden.
2487
</para>
2488
</note>
0 commit comments