Re: Add Pipelining support in psql

Поиск
Список
Период
Сортировка
От Anthonin Bonnefoy
Тема Re: Add Pipelining support in psql
Дата
Msg-id CAO6_Xqq4JEHRaGyC=r+dpi0Ejbp2P3aUo-KfR2NuipCvE-o_ZA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Add Pipelining support in psql  ("Daniel Verite" <daniel@manitou-mail.org>)
Ответы Re: Add Pipelining support in psql
Re: Add Pipelining support in psql
Re: Add Pipelining support in psql
Список pgsql-hackers
Here is a new patch set:

0001: This introduces the \sendpipeline meta-command and forbid \g in
a pipeline. This is to fix the formatting options of \g that are not
supported in a pipeline.

0002: Allows ';' to send a query using extended protocol when within a
pipeline by using PQsendQueryParams with 0 parameters. It is not
possible to send parameters with extended protocol this way and
everything will be propagated through the query string, similar to a
simple query.

Вложения

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