Re: BUG #2206: error on declare cursor after a close cursor - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #2206: error on declare cursor after a close cursor
Date
Msg-id 19101.1138117822@sss.pgh.pa.us
Whole thread Raw
In response to BUG #2206: error on declare cursor after a close cursor  ("RIMBAUD Christophe" <christophe.rimbaud@bull.net>)
List pgsql-bugs
"RIMBAUD Christophe" <christophe.rimbaud@bull.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

pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: BUG #2204: Feature Req: Unique output column names
Next
From: Tom Lane
Date:
Subject: Re: BUG #2204: Feature Req: Unique output column names