Re: libpq - lack of support to set the fetch size

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: libpq - lack of support to set the fetch size
Дата
Msg-id A737B7A37273E048B164557ADEF4A58B17CE33CF@ntex2010i.host.magwien.gv.at
обсуждение исходный текст
Ответ на libpq - lack of support to set the fetch size  (matshyeq <matshyeq@gmail.com>)
Ответы Re: libpq - lack of support to set the fetch size  (matshyeq <matshyeq@gmail.com>)
Список pgsql-general
matshyeq wrote:
> Postgresql is there for a good while perceived as one of the best (or just simply the best!?)
> available open source DB solution, so I'm really surprised this functionality is not yet supported...

You can retrieve the full result set,
you can retrieve it row by row,
you can use a LIMIT clause to retrieve it in batches.

Can you explain how exactly the functionality would look that
you are missing?

Yours,
Laurenz Albe

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

Предыдущее
От: Albe Laurenz
Дата:
Сообщение: Re: libpq - lack of support to set the fetch size
Следующее
От: John R Pierce
Дата:
Сообщение: Re: libpq - lack of support to set the fetch size