Re: Question on initdb and subsequent start

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Manoj Patwardhan <manoj(at)expersis(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Question on initdb and subsequent start
Date: 2003-04-09 04:51:57
Message-ID: 4413.1049863917@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Manoj Patwardhan <manoj(at)expersis(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Denis @ Next2Me 2003-04-09 05:54:46 Re: [GENERAL] Yet Another (Simple) Case of Index not used
Previous Message Stephan Szabo 2003-04-09 04:36:54 Re: Strange Error, with unique key