|
1 | 1 | <!--
|
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 $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <chapter id="plpgsql">
|
@@ -2482,7 +2482,7 @@ CLOSE curs1;
|
2482 | 2482 | representing its name, so that the portal name is the same as
|
2483 | 2483 | the cursor variable name, unless the programmer overrides it
|
2484 | 2484 | 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 |
2486 | 2486 | an automatically-generated unique name, unless overridden.
|
2487 | 2487 | </para>
|
2488 | 2488 | </note>
|
|