Re: A bad behavior under autocommit off mode

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: A bad behavior under autocommit off mode
Дата
Msg-id 12565.1048516851@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: A bad behavior under autocommit off mode  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: A bad behavior under autocommit off mode  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: A bad behavior under autocommit off mode  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> We can just say, "Don't alter the client encoding behind the back of the
> driver."

We can perhaps get away with saying that for client_encoding, but what
of DateStyle?  "SET" has been the traditional way to adjust that since
the stone age.

It seems to me there is not a lot of distance between what I originally
suggested (transmit values of interesting variables at connection start)
and what we're talking about here (transmit values of interesting
variables at connection start and then again if they change).  I'm more
than willing to do the small amount of additional work needed, if it
makes interface libraries' job easier.
        regards, tom lane



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: A bad behavior under autocommit off mode
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [GENERAL] GiST: Need ideas on how to minimise data in a GiST index