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