Re: Database access problem : SOS - Mailing list pgsql-general

From Shridhar Daithankar
Subject Re: Database access problem : SOS
Date
Msg-id 200302071225.39467.shridhar_daithankar@persistent.co.in
Whole thread Raw
In response to Database access problem : SOS  (mjoseph@inautix.com)
Responses Re: Database access problem : SOS
List pgsql-general
On Monday 03 February 2003 08:39 pm, you wrote:
> mkdir /usr/local/pgsql/data
> chown 1730 /usr/local/pgsql/data
> ipc-daemon &
> initdb -D /usr/local/pgsql/data -U 1730 -W
> psql -U 1730 template1

Total numeric user ids won't work. try an alphabetical one..

Seems to be an FAQ these days..

 Shridhar

pgsql-general by date:

Previous
From: Shridhar Daithankar
Date:
Subject: Re: Pg_dumpall problem[2]
Next
From: Tom Lane
Date:
Subject: Re: PGconn thread safety