RE: Postgres superuser & password on Red Hat; upgrade - Mailing list pgsql-novice

From Robert D. Nelson
Subject RE: Postgres superuser & password on Red Hat; upgrade
Date
Msg-id 3A6355A3@rba6.rbapro.com
Whole thread Raw
List pgsql-novice
>  >user, but how can I make Postgres a DBA login with full privileges who
>  >is NOT root? What is the method to give Postgres a new password and/or
>  >discover the old one?
>
>ALTER USER postgres WITH PASSWORD newpassword;

Since he's talking at the su level, perhaps postgres needs a new linux
password? That would be done, as root, by typing "passwd postgres", then
following the directions to change the user's password. I'm sure linuxconf
and other admin tools have this option, but for simple password changes,
I've found passwd to be the quickest :)


Rob Nelson
rdnelson@co.centre.pa.us


pgsql-novice by date:

Previous
From: Ian Lance Taylor
Date:
Subject: Re: Re: Yikes! Bitten by line length?
Next
From: Ken Corey
Date:
Subject: Argh! What's a 'bpchar'? (copy/serial issues...I think)