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

From Jelte Fennema-Nio
Subject Re: Add Pipelining support in psql
Date
Msg-id CAGECzQRe3pHYvEAZz5Nv9AKzS2nYFLKEfgQCgd5Gr54Um5UFHg@mail.gmail.com
Whole thread Raw
In response to Re: Add Pipelining support in psql  (Michael Paquier <michael@paquier.xyz>)
Responses Re: Add Pipelining support in psql
Re: Add Pipelining support in psql
List pgsql-hackers
On Tue, 25 Feb 2025 at 02:11, Michael Paquier <michael@paquier.xyz> wrote:
> Initial digestion has gone well.

One thing I've noticed is that \startpipeline throws warnings when
copy pasting multiple lines. It seems to still execute everything as
expected though. As an example you can copy paste this tiny script:

\startpipeline
select pg_sleep(5) \bind \g
\endpipeline

And then it will show these "extra argument ... ignored" warnings

\startpipeline: extra argument "select" ignored
\startpipeline: extra argument "pg_sleep(5)" ignored



pgsql-hackers by date:

Previous
From: Julien Rouhaud
Date:
Subject: Re: what's going on with lapwing?
Next
From: Jacob Champion
Date:
Subject: Re: [PoC] Federated Authn/z with OAUTHBEARER