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

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: LIBPQ: Can we have buffered PGresult (i.e. a retreival by chuncks?)
Дата
Msg-id 20071125120900.GB32482@svana.org
обсуждение исходный текст
Ответ на LIBPQ: Can we have buffered PGresult (i.e. a retreival by chuncks?)  ("Abraham, Danny" <danny_abraham@bmc.com>)
Список pgsql-general
On Sun, Nov 25, 2007 at 05:51:20AM -0600, Abraham, Danny wrote:
> I am referring to client side computing - no SQL changes can be applied.
>
> Is there a LIBPQ dll extension that supports sliding windows like
> management
> Of the *PGresult array?

Sliding windows I don't know. It is possible to stream the results by
setting the socket in non-blocking mode, but if you want windows you
can use server-side cursors, or use a client side that handles this (I
think JDBC can do it, but there are others....)

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Those who make peaceful revolution impossible will make violent revolution inevitable.
>  -- John F Kennedy

Вложения

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

Предыдущее
От: "Abraham, Danny"
Дата:
Сообщение: LIBPQ: Can we have buffered PGresult (i.e. a retreival by chuncks?)
Следующее
От: claudia.amorim@pcinformatica.com.br
Дата:
Сообщение: Re: Problems with PostGreSQL and Windows 2003