BUG #1592: "with hold" cursor problem

Поиск
Список
Период
Сортировка
От Gabor Berenyi
Тема BUG #1592: "with hold" cursor problem
Дата
Msg-id 20050409121055.BC785F0BC8@svr2.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #1592: "with hold" cursor problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      1592
Logged by:          Gabor Berenyi
Email address:      ber_@freemail.hu
PostgreSQL version: 8.0.0
Operating system:   i86 Debian Linux 2.4.20
Description:        "with hold" cursor problem
Details:

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.

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

Предыдущее
От: "Michael Williamson"
Дата:
Сообщение: BUG #1591: BETWEEN NULL AND NULL causes crash
Следующее
От: "Michaela"
Дата:
Сообщение: BUG #1590: Comparison Operation with Strings