Re: [GENERAL] DECLARE CURSOR - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [GENERAL] DECLARE CURSOR
Date
Msg-id 28945.1037630339@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] DECLARE CURSOR  (snpe <snpe@snpe.co.yu>)
Responses Re: [GENERAL] DECLARE CURSOR
List pgsql-hackers
snpe <snpe@snpe.co.yu> writes:
>   is it planed cursor out of a transaction in 7.4 ?

I do not think we will allow cross-transaction cursors ever.  What would
it mean to have a cross-transaction cursor, anyway?  Does it show a
frozen snapshot as of the time it was opened?  The usefulness of that
seems awfully low in comparison to the pain of implementing it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: char(n) to varchar or text conversion should strip trailing spaces
Next
From: Haris Peco
Date:
Subject: Re: [GENERAL] DECLARE CURSOR