Question on initdb and subsequent start

From: Manoj Patwardhan <manoj(at)expersis(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Question on initdb and subsequent start
Date: 2003-04-08 16:15:22
Message-ID: BAB86DDA.87B%manoj@expersis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I just installed 7.3.2 version of Postgres on Mac OS X 10.2.4.

I want to keep my database cluster in a non-default location, specifically,
inside the Shared folder in /Users.

I ran initdb with the following command (as the postgres user)

/usr/local/bin/initdb -D /Users/Shared/pgdata

And it created the pgdata folder correctly and the messages showed that the
cluster was properly initialized.

Subsequently, when I run start with the following command:

/usr/local/bin/pg_ctl -D /Users/Shared/pgdata start

I get the following message:

FATAL: invalid value for option 'LC_TIME': 'en'

Any help would be appreciated.

Thanks,

Manoj Patwardhan

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2003-04-08 16:28:24 Re: How can I indicate the readline location ???
Previous Message Tom Lane 2003-04-08 15:16:14 Re: [GENERAL] Casting