Re: plpgsql does not close cursors when a block ends - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: plpgsql does not close cursors when a block ends
Date
Msg-id 200311131516.hADFGd915980@candle.pha.pa.us
Whole thread Raw
In response to plpgsql does not close cursors when a block ends  ("Marcel Gsteiger" <Marcel.Gsteiger@milprog.ch>)
List pgsql-bugs
Marcel Gsteiger wrote:
> I created a plpgsql function declaring and then using a cursor.
> After opening and using this cursor, I forgot to close it.  Now
> when the function terminates, this cursor remains open.  Then,
> when I call the function again with other parameters, the OPEN
> CURSOR complains about the cursor declared within the function
> already being open.

The system is working as designed.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-bugs by date:

Previous
From: Wade Klaver
Date:
Subject: ...
Next
From: Tom Lane
Date:
Subject: Re: