From: Bruce Momjian Date: Thu, 29 Dec 2005 04:02:32 +0000 (+0000) Subject: Remove a space that incorrectly precedes a comma in the PL/pgSQL X-Git-Tag: REL9_0_0~8656 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=be6187e1c2833f8d7635a57e2f61970e1ccf4b84;p=pg-rex%2Fsyncrep.git Remove a space that incorrectly precedes a comma in the PL/pgSQL documentation. Michael Fuhr --- diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 635baffecd..56121b91f8 100644 --- a/doc/src/sgml/plpgsql.sgml +++ b/doc/src/sgml/plpgsql.sgml @@ -1,5 +1,5 @@ @@ -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.