Re: cursor bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: cursor bug
Дата
Msg-id 3296.1062280948@sss.pgh.pa.us
обсуждение исходный текст
Ответ на cursor bug  (<washingtonirving@yahoo.com>)
Ответы Re: cursor bug
Список pgsql-general
<washingtonirving@yahoo.com> writes:
> Under some cases, using cursors and the fetch and move commands don't
> work as expected.

Moving backwards in complex queries (anything more complex than a single
table scan) doesn't work reliably in releases before 7.4.  In 7.4 you
can do it, but you'll usually have to specifically declare the cursor
as SCROLL ... and eat the ensuing overhead ...

            regards, tom lane

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

Предыдущее
От:
Дата:
Сообщение: cursor bug
Следующее
От:
Дата:
Сообщение: Re: cursor bug