Problem setting up a user and a Db...

Поиск
Список
Период
Сортировка
От Bruno Boettcher
Тема Problem setting up a user and a Db...
Дата
Msg-id 962219778.1376891307692220674.JavaMail.root@zimbra20-e3.priv.proxad.net
обсуждение исходный текст
Ответы Re: Problem setting up a user and a Db...  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
Hello,

seems a stupid problem, but somehow i am not able to solve it....

i want to set up an environment identical to one on another server, thus i need a user and db
which match the ones on the production server and the whole thing with password identification...

so i tried the following:
createuser -d -l -P -R -S rahhar
createdb -O rahhar -U rahhar -W m4rr6

in the pg_hba i have a line
host    all             all             127.0.0.1/32            md5

the creatuser passes fine, asks me for the password, but the createdb fails
with an ident error....

and now i am clueless about what's going wrong...

--
ciao bboett
==============================================================
bboett@adlp.org
http://bboett.free.fr

В списке pgsql-general по дате отправления:

Предыдущее
От: wstrzalka
Дата:
Сообщение: Re: Estimate for 9.1 release
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Problem setting up a user and a Db...