Re: dynamic result sets support in extended query protocol - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: dynamic result sets support in extended query protocol
Date
Msg-id d5f96209-be8b-2cea-e478-17b755c1764a@2ndquadrant.com
Whole thread Raw
In response to Re: dynamic result sets support in extended query protocol  (Tatsuo Ishii <ishii@sraoss.co.jp>)
List pgsql-hackers
On 2020-10-08 10:23, Tatsuo Ishii wrote:
> Are you proposing to bump up the protocol version (either major or
> minor)?  I am asking because it seems you are going to introduce some
> new message types.

It wouldn't be a new major version.  It could either be a new minor 
version, or it would be guarded by a _pq_ protocol message to enable 
this functionality from the client, as described.  Or both?  We haven't 
done this sort of thing a lot, so some discussion on the details might 
be necessary.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Parallel INSERT (INTO ... SELECT ...)
Next
From: Amit Langote
Date:
Subject: Re: partition routing layering in nodeModifyTable.c