Re: dynamic result sets support in extended query protocol

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Tatsuo Ishii <ishii(at)sraoss(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: dynamic result sets support in extended query protocol
Date: 2020-10-09 07:31:33
Message-ID: d5f96209-be8b-2cea-e478-17b755c1764a@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2020-10-09 08:01:39 Re: partition routing layering in nodeModifyTable.c
Previous Message Thomas Munro 2020-10-09 07:30:40 Re: Parallel INSERT (INTO ... SELECT ...)