Re: Question on initdb and subsequent start - Mailing list pgsql-general

From Tom Lane
Subject Re: Question on initdb and subsequent start
Date
Msg-id 4413.1049863917@sss.pgh.pa.us
Whole thread Raw
In response to Question on initdb and subsequent start  (Manoj Patwardhan <manoj@expersis.com>)
Responses Re: Question on initdb and subsequent start  (Manoj Patwardhan <manoj@expersis.com>)
List 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 by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Strange Error, with unique key
Next
From: "Riza Fahmi"
Date:
Subject: altering table