Re: PostreSQL "psql" problem

2008-04-18 Thread Phil Davis
On 18/04/2008, Nikhil <[EMAIL PROTECTED]> wrote: [...] > $su - postgres > and running: > $/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data > $/usr/local/pgsql/bin/postgres -D /usr/local/pgsql/data > > I get the following: > LOG: database system was shut down at 2008-04-16 ... > LOG: dat

PostreSQL "psql" problem

2008-04-18 Thread Nikhil
I'm trying to set up a database for Django, and I'm having trouble connecting with the databases I create (PostgreSQL 8.3.1). After creating a $su - postgres and running: $/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data $/usr/local/pgsql/bin/postgres -D /usr/local/pgsql/data I get the follo