Re: How to know the password for the user 'postgres' - Mailing list pgsql-general

From Tom Lane
Subject Re: How to know the password for the user 'postgres'
Date
Msg-id 18845.1225198650@sss.pgh.pa.us
Whole thread Raw
In response to Re: How to know the password for the user 'postgres'  (Sam Mason <sam@samason.me.uk>)
Responses Re: How to know the password for the user 'postgres'  ("Tim Bruce - Postgres" <postgres@tbruce.com>)
Re: How to know the password for the user 'postgres'  (Sam Mason <sam@samason.me.uk>)
List pgsql-general
Sam Mason <sam@samason.me.uk> writes:
> On Tue, Oct 28, 2008 at 10:42:47AM +0100, Thomas wrote:
>> An easy trick I have found to set postgres password: $ sudo passwd
>> postgres, and now you can type a new password. So now you can switch
>> user with: $ su postgres, and then connect to the DB with psql.

> Won't that allow logins to the postgres account then?

True, but that might be safer overall than giving out sudo privileges.
If the sysadmin and the DBA are the same person it hardly matters,
but if you want the DBA to not have root, then giving him a password for
the postgres account is the best way.  So it all depends on your
local situation ...

            regards, tom lane

pgsql-general by date:

Previous
From: "Grzegorz Jaśkiewicz"
Date:
Subject: Re: [Help] Config Failure on Mac OSX: psqlodbc-08.03.0300
Next
From: Allan Kamau
Date:
Subject: Re: Piping CSV data to psql when executing COPY .. FROM STDIN