Re: psql: Add command to use extended query protocol

Поиск
Список
Период
Сортировка
От Daniel Verite
Тема Re: psql: Add command to use extended query protocol
Дата
Msg-id b60f9052-ec6e-4f62-b442-7a306462fc8d@manitou-mail.org
обсуждение исходный текст
Ответ на Re: psql: Add command to use extended query protocol  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Ответы Re: psql: Add command to use extended query protocol  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers
    Peter Eisentraut wrote:

> Is there a use case for a global setting?

I assume that we may sometimes want to use the
extended protocol on all queries of a script, like
pgbench does with --protocol=extended.
Outside of psql, it's too complicated to parse a SQL script to
replace the end-of-query semicolons with \gp, whereas
a psql setting solves this effortlessly.


Best regards,
--
Daniel Vérité
https://postgresql.verite.pro/
Twitter: @DanielVerite



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Corey Huinker
Дата:
Сообщение: Re: refactor ownercheck and aclcheck functions
Следующее
От: Andres Freund
Дата:
Сообщение: Re: allow segment size to be set to < 1GiB