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

From Thomas
Subject Re: How to know the password for the user 'postgres'
Date
Msg-id 55da14450810280242s25901c17ye52ed53d9860981a@mail.gmail.com
Whole thread Raw
In response to Re: How to know the password for the user 'postgres'  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Responses Re: How to know the password for the user 'postgres'  (Sam Mason <sam@samason.me.uk>)
List pgsql-general
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.

Beware of pg_hba.conf, it is a bit tricky to understand how the
mechanism of authentification works whether you are on localhost or
remote.

pgsql-general by date:

Previous
From: Gregory Stark
Date:
Subject: Re: PostgreSQL 8.3.3 chooses wrong query plan when LIMIT 1 added?
Next
From: "Mohd Alkhaldi"
Date:
Subject: Archiving WAL for 7.4.21