Fwd: hi-problem in creating database & user in postgresql - Mailing list pgsql-bugs

From saurabh garg
Subject Fwd: hi-problem in creating database & user in postgresql
Date
Msg-id 20021101053711.32038.qmail@web8005.mail.in.yahoo.com
Whole thread Raw
List pgsql-bugs
 Note: forwarded message attached.

________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
       visit http://in.tv.yahoo.comhi
  while creating user in postgresql. i'm giving these
command on cygwin. it's giving the below error.


$ createuser administrator with password ' ';
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) n
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 " " failed

 similar error while creating db.


$ createdb mydb
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


 can u help me please? thnx in advance.


regards,


saurabh

________________________________________________________________________
Missed your favourite TV serial last night? Try the new, Yahoo! TV.
       visit http://in.tv.yahoo.com

pgsql-bugs by date:

Previous
From: Stefan Schwarzer
Date:
Subject: Bug with child tables referencing parent table?
Next
From: saurabh garg
Date:
Subject: hi-problem in postgresql postmaster service