From 8136eca59c0e2d684e1940c5c20cd8b21569f7f2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 29 Dec 2005 04:02:41 +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 bba3ab127f6..729abf54aa1 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.