BUG #15772: Some messages in log files are in ANSI encoding while server encoding is UTF8
От | PG Bug reporting form |
---|---|
Тема | BUG #15772: Some messages in log files are in ANSI encoding while server encoding is UTF8 |
Дата | |
Msg-id | 15772-b32554465e0ff1f3@postgresql.org обсуждение исходный текст |
Ответы |
Re: BUG #15772: Some messages in log files are in ANSI encodingwhile server encoding is UTF8
|
Список | pgsql-bugs |
The following bug has been logged on the website: Bug reference: 15772 Logged by: Eugene Podshivalov Email address: yaugenka@gmail.com PostgreSQL version: 11.2 Operating system: Windows 10 Description: My postgresql.conf has the following locale settings ---- #client_encoding = sql_ascii # actually, defaults to database encoding # These settings are initialized by initdb, but they can be changed. lc_messages = 'Russian_Russia.1251' # locale for system error message strings lc_monetary = 'Russian_Russia.1251' # locale for monetary formatting lc_numeric = 'Russian_Russia.1251' # locale for number formatting lc_time = 'Russian_Russia.1251' # locale for time formatting ---- Server encoding is "UTF8". Messages in the log file are usually in UTF8, but some messages are logged in ANSI encoding. Here are some example cases (in the Russian language) when ANSI is used instead of UTF8 -- СООБЩЕНИЕ: контрольные точки происходят слишком часто (через 19 сек.) ПОДСКАЗКА: Возможно, стоит увеличить параметр "max_wal_size". -- СООБЩЕНИЕ: получен запрос на быстрое выключение СООБЩЕНИЕ: прерывание всех активных транзакций -- СООБЩЕНИЕ: система БД была выключена: СООБЩЕНИЕ: система БД готова принимать подключения
В списке pgsql-bugs по дате отправления: