Re: limit-offset different result sets with same query

Поиск
Список
Период
Сортировка
От Emanuel Calvo Franco
Тема Re: limit-offset different result sets with same query
Дата
Msg-id f205bb120905081434k2b4107hddf7e7b2c5e3f1c7@mail.gmail.com
обсуждение исходный текст
Ответ на Re: limit-offset different result sets with same query  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
2009/5/8 Tom Lane <tgl@sss.pgh.pa.us>:
> Emanuel Calvo Franco <postgres.arg@gmail.com> writes:
>> Executing 'select * from datos limit 1 offset 150000' two times i have different
>> result sets.
>
> The "synchronous scan" logic is probably responsible.  Turn off
> synchronize_seqscans if this behavior bothers you.
>
>                        regards, tom lane
>

It works Tom,
Thanks!

--
      Emanuel Calvo Franco
        Sumate al ARPUG !
        ( www.arpug.com.ar)
    ArPUG / AOSUG Member

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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: limit-offset different result sets with same query
Следующее
От: Emanuel Calvo Franco
Дата:
Сообщение: Re: limit-offset different result sets with same query