Re: client_encoding

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: client_encoding
Дата
Msg-id 21678.1203652784@sss.pgh.pa.us
обсуждение исходный текст
Ответ на client_encoding  ("Dean Gibson (DB Administrator)" <postgresql@ultimeth.com>)
Ответы Re: client_encoding
Список pgsql-general
"Dean Gibson (DB Administrator)" <postgresql@ultimeth.com> writes:
> If I "ALTER DATABASE ... SET client_encoding TO DEFAULT", is the default
> the "client_encoding" in postgresql.conf when the server was last
> started, or the value at the time the "ALTER DATABASE ... SET
> client_encoding TO DEFAULT" statement is executed?

DEFAULT means that the database isn't overriding anything, so it would
be taken from whatever other source exists for the setting.  Your first
suggestion isn't necessarily where it would come from --- but your
second one is definitely wrong.

IIRC client_encoding follows server_encoding unless the client-side code
specifies it wants something else, so this case is not a good example of
the general behavior of ALTER DATABASE.

> What I'm looking for is a way to have the client_encoding of all
> databases track some common setting (eg, the "client_encoding" value in
> postgresql.conf), but that may not be possible.

You can set client_encoding in postgresql.conf if you want to, but
I'm having a hard time understanding why you think that'd be a good
idea --- *particularly* if your database encodings aren't all the same.

            regards, tom lane

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

Предыдущее
От: Guy Rouillier
Дата:
Сообщение: Re: Feedback on PLJava
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: need some help on figuring out how to write a query