Re: psql buffering

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: psql buffering
Date: 2003-08-31 02:19:10
Message-ID: 3F515B1E.7030303@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Are all interfaces like that?

Martijn van Oosterhout wrote:
> On Fri, Aug 29, 2003 at 05:10:07PM -0400, Joseph Shraibman wrote:
>
>>If I give psql the -A option, does it still wait for all the data to come
>>in before starting output?
>
>
> Because it's still using libpq to do the queries and it doesn't return until
> it has retrieved the entire dataset.
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2003-08-31 02:33:40 Re: psql buffering
Previous Message washingtonirving 2003-08-30 22:20:56 Re: cursor bug