Re: psql: Add command to use extended query protocol

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: psql: Add command to use extended query protocol
Дата
Msg-id c509d592-d6a8-92a6-008c-45e2d67a6e56@enterprisedb.com
обсуждение исходный текст
Ответ на Re: psql: Add command to use extended query protocol  (Corey Huinker <corey.huinker@gmail.com>)
Ответы Re: psql: Add command to use extended query protocol  (Corey Huinker <corey.huinker@gmail.com>)
Список pgsql-hackers
On 02.11.22 01:18, Corey Huinker wrote:
> 
>           SELECT $1, $2 \gp 'foo' 'bar'
> 
> 
> I think this is a great idea, but I foresee people wanting to send that 
> output to a file or a pipe like \g allows. If we assume everything after 
> the \gp is a param, don't we paint ourselves into a corner?

Any thoughts on how that syntax could be generalized?



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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: [PoC] Improve dead tuple storage for lazy vacuum
Следующее
От: Melanie Plageman
Дата:
Сообщение: Re: heapgettup refactoring