Re: [GENERAL] DECLARE CURSOR

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [GENERAL] DECLARE CURSOR
Дата
Msg-id 28945.1037630339@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] DECLARE CURSOR  (snpe <snpe@snpe.co.yu>)
Ответы Re: [GENERAL] DECLARE CURSOR  (Haris Peco <snpe@snpe.co.yu>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: char(n) to varchar or text conversion should strip trailing spaces
Следующее
От: Haris Peco
Дата:
Сообщение: Re: [GENERAL] DECLARE CURSOR