Re: libpq - lack of support to set the fetch size

From: "Daniel Verite" <daniel(at)manitou-mail(dot)org>
To: "matshyeq" <matshyeq(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: libpq - lack of support to set the fetch size
Date: 2014-03-10 01:18:02
Message-ID: d32a19d7-2f58-48e8-aadd-5eb1fc477b63@mm
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

matshyeq wrote:

> "Unfortunately, this is a limitation in the underlying driver (libpq) rather
> than DBD::Pg itself. There have been talks over the years of supporting
> this, but nothing concrete yet. Your best bet would be to ask about this on
> the Postgres lists"
>
> Would you consider putting this on the roadmap, so one day it gets improved?

This improvement seems to have actually been made since 9.2 with
the PQsetSingleRowMode() function:

http://postgresql.org/docs/current/static/libpq-single-row-mode.html

Best regards,
--
Daniel
PostgreSQL-powered mail user agent and storage: http://www.manitou-mail.org

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Yngve N. Pettersen 2014-03-10 01:41:44 Re: Possible multiprocess lock/unlock-loop problem in Postgresql 9.2
Previous Message Adrian Klaver 2014-03-10 00:26:40 Re: libpq - lack of support to set the fetch size