From be6187e1c2833f8d7635a57e2f61970e1ccf4b84 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 29 Dec 2005 04:02:32 +0000 Subject: [PATCH] Remove a space that incorrectly precedes a comma in the PL/pgSQL documentation. Michael Fuhr --- doc/src/sgml/plpgsql.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/plpgsql.sgml b/doc/src/sgml/plpgsql.sgml index 635baffecda..56121b91f8f 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.