| От | Tom Lane |
|---|---|
| Тема | Re: RPM init-script: Why the locale setting? |
| Дата | |
| Msg-id | 29427.1081133411@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | RPM init-script: Why the locale setting? (Troels Arvin <troels@arvin.dk>) |
| Ответы |
Re: RPM init-script: Why the locale setting?
|
| Список | pgsql-general |
Troels Arvin <troels@arvin.dk> writes:
> In the init-script contained in the RPMs downloadable from the PostgreSQL
> site (I checked the one for Fedora), an explicit locale is set before
> running initdb. - And the explicit locale is not "C".
Only if you don't have a sysconfig file:
# Just in case no locale was set, use en_US
[ ! -f /etc/sysconfig/i18n ] && echo "LANG=en_US" > $PGDATA/../initdb.i18n
I agree though that it seems like a bad choice to default to en_US
rather than C. Lamar, any reason why it's like that?
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера