Re: psql: Add command to use extended query protocol - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: psql: Add command to use extended query protocol
Date
Msg-id Y1t/s5Cdki7px1A5@paquier.xyz
Whole thread Raw
In response to psql: Add command to use extended query protocol  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Responses Re: psql: Add command to use extended query protocol  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Fri, Oct 28, 2022 at 08:52:51AM +0200, Peter Eisentraut wrote:
> Two, for testing the extended query protocol from psql.  For example, for
> the dynamic result sets patch [1], I have several ad-hoc libpq test programs
> lying around, which would be cumbersome to integrate into the patch.  With
> psql support like proposed here, it would be very easy to integrate a few
> equivalent tests.

+1.  As far as I recall, we now have only ECPG to rely on when it
comes to coverage of the extended query protocol, but even that has
its limits.  (Haven't looked at the patch)
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: GUC values - recommended way to declare the C variables?
Next
From: Peter Eisentraut
Date:
Subject: Re: Simplifying our Trap/Assert infrastructure