[PATCH] Add additional extended protocol commands to psql: \parse and \bindx

Поиск
Список
Период
Сортировка
От Anthonin Bonnefoy
Тема [PATCH] Add additional extended protocol commands to psql: \parse and \bindx
Дата
Msg-id CAO6_XqpSq0Q0kQcVLCbtagY94V2GxNP3zCnR6WnOM8WqXPK4nw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] Add additional extended protocol commands to psql: \parse and \bindx
Список pgsql-hackers
Hi all!

Currently, only unnamed prepared statements are supported by psql with the
\bind command and it's not possible to create or use named prepared statements
through extended protocol.

This patch introduces 2 additional commands: \parse and \bindx.
\parse allows us to issue a Parse message to create a named prepared statement
through extended protocol.
\bindx allows to bind and execute a named prepared statement through extended
protocol.

The main goal is to provide more ways to test extended protocol in
regression tests
similarly to what \bind is doing.

Regards,
Anthonin

Вложения

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

Предыдущее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: Including Doxyfile and Meson script for docs into main source tree
Следующее
От: vignesh C
Дата:
Сообщение: Re: pg_upgrade and logical replication