Re: pgsql initial superuser - Mailing list pgsql-admin

From Pedro Almeida
Subject Re: pgsql initial superuser
Date
Msg-id 40310F4B.7010800@netvisao.pt
Whole thread Raw
In response to pgsql initial superuser  (Pedro Almeida <niker@netvisao.pt>)
Responses Re: pgsql initial superuser  (Gémes Géza <geza@kzsdabas.sulinet.hu>)
List 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 by date:

Previous
From: Chris Gamache
Date:
Subject: Re: Upgrading 7.2.4 to 7.4.1
Next
From: Peter Eisentraut
Date:
Subject: Re: pgsql initial superuser