Re: Add Pipelining support in psql - Mailing list pgsql-hackers

From Anthonin Bonnefoy
Subject Re: Add Pipelining support in psql
Date
Msg-id CAO6_Xqq4JEHRaGyC=r+dpi0Ejbp2P3aUo-KfR2NuipCvE-o_ZA@mail.gmail.com
Whole thread Raw
In response to Re: Add Pipelining support in psql  ("Daniel Verite" <daniel@manitou-mail.org>)
Responses Re: Add Pipelining support in psql
Re: Add Pipelining support in psql
Re: Add Pipelining support in psql
List pgsql-hackers
Here is a new patch set:

0001: This introduces the \sendpipeline meta-command and forbid \g in
a pipeline. This is to fix the formatting options of \g that are not
supported in a pipeline.

0002: Allows ';' to send a query using extended protocol when within a
pipeline by using PQsendQueryParams with 0 parameters. It is not
possible to send parameters with extended protocol this way and
everything will be propagated through the query string, similar to a
simple query.

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Conflict detection for multiple_unique_conflicts in logical replication
Next
From: Daniil Davydov
Date:
Subject: Re: Forbid to DROP temp tables of other sessions