Re: LIBPQ: Can we have buffered PGresult (i.e. a retreival bu chuncks?)

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: LIBPQ: Can we have buffered PGresult (i.e. a retreival bu chuncks?)
Дата
Msg-id 87bq9m709o.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на LIBPQ: Can we have buffered PGresult (i.e. a retreival bu chuncks?)  ("Abraham, Danny" <danny_abraham@bmc.com>)
Список pgsql-general
"Abraham, Danny" <danny_abraham@bmc.com> writes:

> Is there a way to break the PGresult array to chunks
> Like Oracle?

There isn't a protocol-level way but there is a way in SQL, use cursors and
"FETCH FORWARD <n>"

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com
  Ask me about EnterpriseDB's 24x7 Postgres support!

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

Предыдущее
От: Reg Me Please
Дата:
Сообщение: Re: LIBPQ: Can we have buffered PGresult (i.e. a retreival bu chuncks?)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: LIBPQ: Can we have buffered PGresult (i.e. a retreival bu chuncks?)