| From: | Martijn van Oosterhout <kleptog(at)svana(dot)org> |
|---|---|
| To: | Carmen Wai <wai_carmen(at)hotmail(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Bulk row fetching |
| Date: | 2002-08-15 14:44:58 |
| Message-ID: | 20020816004458.A9525@svana.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)svana(dot)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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Linn Kubler | 2002-08-15 14:51:35 | Re: Problem with Now()? |
| Previous Message | Carmen Wai | 2002-08-15 14:41:57 | Bulk row fetching |