Fwd: hi-problem in creating database & user in postgresql

Поиск
Список
Период
Сортировка
От saurabh garg
Тема Fwd: hi-problem in creating database & user in postgresql
Дата
Msg-id 20021101053711.32038.qmail@web8005.mail.in.yahoo.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Stefan Schwarzer
Дата:
Сообщение: Bug with child tables referencing parent table?
Следующее
От: saurabh garg
Дата:
Сообщение: hi-problem in postgresql postmaster service