Index: doc/src/sgml/plpgsql.sgml =================================================================== RCS file: /projects/cvsroot/pgsql/doc/src/sgml/plpgsql.sgml,v retrieving revision 1.82 diff -c -r1.82 plpgsql.sgml *** doc/src/sgml/plpgsql.sgml 8 Dec 2005 18:02:04 -0000 1.82 --- doc/src/sgml/plpgsql.sgml 29 Dec 2005 02:51:28 -0000 *************** *** 2482,2488 **** 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 an automatically-generated unique name, unless overridden. --- 2482,2488 ---- 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 an automatically-generated unique name, unless overridden.