Re: pgsql initial superuser

Поиск
Список
Период
Сортировка
От Pedro Almeida
Тема Re: pgsql initial superuser
Дата
Msg-id 40310F4B.7010800@netvisao.pt
обсуждение исходный текст
Ответ на pgsql initial superuser  (Pedro Almeida <niker@netvisao.pt>)
Ответы Re: pgsql initial superuser
Список pgsql-admin
kaolin fire wrote:

> try user 'pgsql' :) that's the default initially created superuser, no
> password (it would be good to give it one).
>
> -kaolin fire
> -http://erif.org/code/fallingup/ for a 'spin' on tetris
>
>
That was a quick response :-)

using a clean pg_hba.conf file (no user lines added), this is what happened:

*******
~# createuser -Upgsql
Enter name of user to add: blabla
Shall the new user be allowed to create databases? (y/n) n
Shall the new user be allowed to create more new users? (y/n) n
psql: FATAL:  IDENT authentication failed for user "pgsql"

createuser: creation of user "blabla" failed
*******

What am I doing wrong ?

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

Предыдущее
От: Chris Gamache
Дата:
Сообщение: Re: Upgrading 7.2.4 to 7.4.1
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: pgsql initial superuser