Re: psql - add SHOW_ALL_RESULTS option - Mailing list pgsql-hackers

From Daniel Verite
Subject Re: psql - add SHOW_ALL_RESULTS option
Date
Msg-id 1b505687-ad27-401b-8aa4-7b37190fde20@manitou-mail.org
Whole thread Raw
In response to Re: psql - add SHOW_ALL_RESULTS option  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: psql - add SHOW_ALL_RESULTS option
List pgsql-hackers
    Alvaro Herrera wrote:

> if this patch enables other psql features, it might be a good step
> forward.

Yes. For instance if the stored procedures support gets improved to
produce several result sets, how is psql going to benefit from it
while sticking to the old way (PGresult *r = PQexec(query))
of executing queries that discards N-1 out of N result sets?


Best regards,
--
Daniel Vérité
PostgreSQL-powered mailer: http://www.manitou-mail.org
Twitter: @DanielVerite



pgsql-hackers by date:

Previous
From: "Karl O. Pinc"
Date:
Subject: Re: Patch to document base64 encoding
Next
From: Tom Lane
Date:
Subject: Re: psql - add SHOW_ALL_RESULTS option