Re: Add Pipelining support in psql

Поиск
Список
Период
Сортировка
От Jelte Fennema-Nio
Тема Re: Add Pipelining support in psql
Дата
Msg-id CAGECzQRe3pHYvEAZz5Nv9AKzS2nYFLKEfgQCgd5Gr54Um5UFHg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Add Pipelining support in psql  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Add Pipelining support in psql
Re: Add Pipelining support in psql
Список 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 по дате отправления: