Re: BUG #1592: "with hold" cursor problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1592: "with hold" cursor problem
Дата
Msg-id 13046.1113163829@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1592: "with hold" cursor problem  ("Gabor Berenyi" <ber_@freemail.hu>)
Список pgsql-bugs
"Gabor Berenyi" <ber_@freemail.hu> writes:
> begin;
> declare t cursor with hold for select function() as x from R;
> commit;

> Documentation says that the rows represented by a held cursor are copied
> into a temporary file or memory area, but they are not, if they are results
> of a function call. Instead, "commit" aborts the connection.

Works for me.  Could we see a complete, self-contained example?
In particular I suppose that the details of function() might be
relevant.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1582: boolean DEFAULT TRUE results in FALSE for NULL values
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1590: Comparison Operation with Strings