Re: Scroll cursor oddity...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Scroll cursor oddity...
Дата
Msg-id 2178.1207061561@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Scroll cursor oddity...  (Mike Aubury <mike.aubury@aubit.com>)
Ответы Re: Scroll cursor oddity...  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Mike Aubury <mike.aubury@aubit.com> writes:
> ie - under postgresql it appears we've scrolled *past* the last row and need 
> an additional fetch to get back to our last row..

Why do you find that surprising?  It seems to me to be symmetrical with
the case at the beginning of the table --- the cursor is initially
positioned before the first row.  Why shouldn't there be a corresponding
state where it's positioned after the last row?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: build multiple indexes in single table pass?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] ANALYZE getting dead tuple count hopelessly wrong