Re: psql buffering

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Joseph Shraibman <jks(at)selectacast(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: psql buffering
Date: 2003-08-30 01:00:54
Message-ID: 20030830010054.GD25483@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> "All that is needed for the forces of evil to triumph is for enough good
> men to do nothing." - Edmond Burke
> "The penalty good people pay for not being interested in politics is to be
> governed by people worse than themselves." - Plato

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sephiroth 2003-08-30 01:53:29 After install 7.3.4, I got a 7.3.3 ver. no?
Previous Message Martijn van Oosterhout 2003-08-30 00:52:32 Re: PostgreSQL upgrade -> fails to start server