Re: Request for comment on setting binary format output per session

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Request for comment on setting binary format output per session
Дата
Msg-id CADK3HH+fiMJ0ROyJAvBU2zuRg=21uth4MrW7NJVPNb23SYyyuQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Request for comment on setting binary format output per session  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers


On Tue, 21 Mar 2023 at 11:52, Jeff Davis <pgsql@j-davis.com> wrote:
On Mon, 2023-03-20 at 20:18 -0400, Dave Cramer wrote:
> For JAVA pools it's probably OK, but for pools like pgbouncer we have
> no control of who is going to get the connection next.

Can pgbouncer use different pools for different settings of
format_binary?


My concern here is that if I can only change binary format in the startup parameter then when I return the connection to the pool I would expect the pool to reset all session level settings including binary format. 
The next time I borrow the connection I can no longer set binary format.


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Schema variables - new implementation for Postgres 15
Следующее
От: Andres Freund
Дата:
Сообщение: Re: CREATE DATABASE ... STRATEGY WAL_LOG issues