hi-problem in creating database in postgresql 7.2.2 - Mailing list pgsql-bugs

From saurabh garg
Subject hi-problem in creating database in postgresql 7.2.2
Date
Msg-id BLEAJPOGMGDHKKFEKPCNCEEHCAAA.saurabh.garg@vichara.com
Whole thread Raw
Responses Re: hi-problem in creating database in postgresql 7.2.2  (Jord Tanner <jord@indygecko.com>)
List pgsql-bugs
hi
  i have sucessfully installed postgresql. now while creating database it
gives the following error. i'm running pgsqlserver on localhost.

 i give the command createdb -D /usr/local/share/data/data


  $ createdb -D /usr/local/share/data/data
psql: could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
createdb: database creation failed

  similar problem is there when i create user.

$ createuser saurabh with password 'saurabh';
Shall the new user be allowed to create databases? (y/n) y
Shall the new user be allowed to create more new users? (y/n) y
psql: could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
createuser: creation of user "saurabh" failed


 can u help me please? thnx in advance.


regards,


saurabh garg

pgsql-bugs by date:

Previous
From: "saurabh garg"
Date:
Subject: Re: hi-problem while installing postgressql 7.2 version
Next
From: Stefan Schwarzer
Date:
Subject: Bug with child tables referencing parent table?