Re: logfile character encoding

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: logfile character encoding
Дата
Msg-id 28876.1408288639@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: logfile character encoding  (Adrian Klaver <adrian.klaver@aklaver.com>)
Ответы Re: logfile character encoding  (Redoute <redoute@tortenboxer.de>)
Список pgsql-general
Adrian Klaver <adrian.klaver@aklaver.com> writes:
> On 08/17/2014 03:30 AM, Redoute wrote:
>> Am 16.08.2014 21:40, schrieb Tom Lane:
>>> You need to make sure the postmaster's
>>> environment selects a UTF8 locale.

>> So is this possible at all in Windows?

> I am afraid Windows locale setting is a mystery to me.

Me too, but I repeat the point that what you have to twiddle is the
postmaster's environment; in particular you have to set LC_CTYPE
(or maybe better LC_ALL), which cannot be set from the config file.
I doubt it will work to have LC_MESSAGES trying to select a different
encoding than LC_CTYPE specifies.

            regards, tom lane


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: logfile character encoding
Следующее
От: Redoute
Дата:
Сообщение: Re: logfile character encoding