Re: Question on initdb and subsequent start

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Question on initdb and subsequent start
Дата
Msg-id 4413.1049863917@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Question on initdb and subsequent start  (Manoj Patwardhan <manoj@expersis.com>)
Ответы Re: Question on initdb and subsequent start  (Manoj Patwardhan <manoj@expersis.com>)
Список pgsql-general
Manoj Patwardhan <manoj@expersis.com> writes:
> I get the following message:
> FATAL:  invalid value for option 'LC_TIME': 'en'

Do these things:

(a) Complain to Apple about the broken state of their locale support.
They should not be setting default locale values that their own library
doesn't cope with.

(b) Re-run initdb with LC_ALL set to C.  If you're using tcsh I think
this goes like
    setenv LC_ALL C
    initdb
Watch initdb's output to make sure it acknowledges that all locale
settings are C.

            regards, tom lane


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Strange Error, with unique key
Следующее
От: "Riza Fahmi"
Дата:
Сообщение: altering table