Re: BUG #2206: error on declare cursor after a close cursor

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "RIMBAUD Christophe" <christophe(dot)rimbaud(at)bull(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2206: error on declare cursor after a close cursor
Date: 2006-01-24 15:50:22
Message-ID: 19101.1138117822@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"RIMBAUD Christophe" <christophe(dot)rimbaud(at)bull(dot)net> writes:
> corio=# begin ;
> BEGIN
> corio=# close PRUTCURSNOLOCK;
> ERROR: cursor "prutcursnolock" does not exist

This is an intentional change. Sorry; you're going to have to fix your
application to not do that.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2006-01-24 15:52:45 Re: BUG #2204: Feature Req: Unique output column names
Previous Message Tom Lane 2006-01-24 15:47:59 Re: BUG #2205: Compilation error on Tru64: socklen_t in pqcomm.c