Re: libpq cursor support?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: libpq cursor support?
Дата
Msg-id 22365.1174516445@sss.pgh.pa.us
обсуждение исходный текст
Ответ на libpq cursor support?  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> I was looking at the TODO list today and noticed that we don't seem to 
> have an item for libpq cursor support.

I doubt that "cursor support" is what you want, but rather access to the
partial-fetch capability of extended query protocol.  But that's an
implementation detail.  The real question here is what would a sane
libpq API look like for partial result sets?  AFAIR no one has put
forward a specific proposal.
        regards, tom lane


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: libpq cursor support?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Patch for pg_dump