Re: Internationalization

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Internationalization
Дата
Msg-id 26922.1088691913@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Internationalization  (Dennis Gearon <gearond@fireserve.net>)
Список pgsql-general
Dennis Gearon <gearond@fireserve.net> writes:
> I didn't see anything that said what the LC_COLLATE and LC_TYPE settings were when initdb was done.
> How can I find that out?

In 7.4 you can just SHOW 'em, but before that you have to use
pg_controldata to find it out.

> in postgresql.conf
> ------------------
> LC_MESSAGES = 'C'
> LC_MONETARY = 'C'
> LC_NUMERIC = 'C'
> LC_TIME = 'C'

Given that I'd bet you have collate/ctype as C too, but it's not
certain.

            regards, tom lane

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

Предыдущее
От: Robin Ericsson
Дата:
Сообщение: Re: Bug in function to_char() !!
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug in function to_char() !!