Re: Bulk row fetching

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Bulk row fetching
Дата
Msg-id 20020816004458.A9525@svana.org
обсуждение исходный текст
Ответ на Bulk row fetching  ("Carmen Wai" <wai_carmen@hotmail.com>)
Список pgsql-general
On Thu, Aug 15, 2002 at 02:41:57PM +0000, Carmen Wai wrote:
> Hello:
>
> Do anyone know whether libpq of postgresql can support bulk row fetching,
> which allow multiple records to be retrieved at once during a single fetch,
> rather than retrieving one record at a time?

Well, libpq will return a whole resultset. If that happens to contain
multiple rows it gets multiple rows.

Perhaps you should state more clearly what your problem is.

Hope this helps,

--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> There are 10 kinds of people in the world, those that can do binary
> arithmetic and those that can't.

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

Предыдущее
От: "Carmen Wai"
Дата:
Сообщение: Bulk row fetching
Следующее
От: "Linn Kubler"
Дата:
Сообщение: Re: Problem with Now()?