Re: libpq - lack of support to set the fetch size - Mailing list pgsql-general

From Albe Laurenz
Subject Re: libpq - lack of support to set the fetch size
Date
Msg-id A737B7A37273E048B164557ADEF4A58B17CE33CF@ntex2010i.host.magwien.gv.at
Whole thread Raw
In response to libpq - lack of support to set the fetch size  (matshyeq <matshyeq@gmail.com>)
Responses Re: libpq - lack of support to set the fetch size  (matshyeq <matshyeq@gmail.com>)
List pgsql-general
matshyeq wrote:
> Postgresql is there for a good while perceived as one of the best (or just simply the best!?)
> available open source DB solution, so I'm really surprised this functionality is not yet supported...

You can retrieve the full result set,
you can retrieve it row by row,
you can use a LIMIT clause to retrieve it in batches.

Can you explain how exactly the functionality would look that
you are missing?

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: libpq - lack of support to set the fetch size
Next
From: John R Pierce
Date:
Subject: Re: libpq - lack of support to set the fetch size