Re: adding a superuser - Mailing list pgsql-docs

From Oliver Elphick
Subject Re: adding a superuser
Date
Msg-id 200109171519.f8HFJ6In009155@linda.lfix.co.uk
Whole thread Raw
In response to Re: adding a superuser  ("Karl Babcock" <karl@knbenterprises.com>)
List pgsql-docs
"Karl Babcock" wrote:
  >I tried that and it says:
  >
  >psql: Peer authentication failed for user 'postgres'
  >createuser: creation of user "root" failed
  >
  >
  >"TeuK" <humpf@yahoo.fr> wrote in message
  >news:9o2dhq$gc$1@front4m.grolier.fr...
  >> I think user root is not known in Postgres user and that's why you want to
  >> add it (;
  >>
  >> try :
  >>
  >> createuser -d -a -U postgres root
  >>
  >> As a rule postgres is running under postgres user account that is a
  >> superuser.

It sounds as though you are using a Debian package (peer authentication
is peculiar to the current Debian release and will disappear again
when 7.2 is released).  The default authentication in Debian is:

  local   all   peer   sameuser

and if that is unchanged, you cannot connect as any user other than your
own Unix login id.  You need to run this command as Unix user 'postgres':

 # su - postgres
 $ createuser -d -a root


--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight                              http://www.lfix.co.uk/oliver
PGP: 1024R/32B8FAA1: 97 EA 1D 47 72 3F 28 47  6B 7E 39 CC 56 E4 C1 47
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "Honour the LORD with thy substance, and with the
      firstfruits of all thine increase; So shall thy barns
      be filled with plenty, and thy presses shall burst out
      with new wine."      Proverbs 3:9,10



pgsql-docs by date:

Previous
From: "Karl Babcock"
Date:
Subject: adding a superuser
Next
From: "smitha"
Date:
Subject: help