Re: postgres 9.1 из testing
Добрый день!
27.03.2012 8:19, Pavel Vorob`ev написал:
> из последней ссылки:
> {{{
> Occasionally it is useful to mix rules from several locales, e.g., use English collation rules but Spanish messages. To support that, a set of locale subcategories exist that control only certain aspects of the localization rules:
> LC_COLLATE String sort order
> LC_CTYPE Character classification (What is a letter? Its upper-case equivalent?)
> LC_MESSAGES Language of messages
> LC_MONETARY Formatting of currency amounts
> LC_NUMERIC Formatting of numbers
> LC_TIME Formatting of dates and times
> The category names translate into names of initdb options to override the locale choice for a specific category. For instance, to set the locale to French Canadian, but use U.S. rules for formatting currency, use initdb --locale=fr_CA --lc-monetary=en_US.
> }}}
>
> LC_MESSAGES Language of messages <<< это не то что падает в лог ?
Да, оно и что?
Почему оно попадает в лог и на экран в виде "????????" - вот в чем вопрос.
А не в том, как выбрать другой язык для сообщений.
>>> On 26.03.2012 20:22, Yuri Kozlov wrote:
>>>>
>>>> psql подключаюсь, часть ошибок по-русски, часть опять ???? вместо
>>>> русских букв.
>>>> При подключении к 8.4 всё ОК.
>>>>
>>>> Локаль utf8 и всё остальное отлично выводит по-русски.
Reply to: