Re: Change the postgres user password - Mailing list pgsql-novice

From Noel Faux
Subject Re: Change the postgres user password
Date
Msg-id 200702081310.28476.noel.faux@med.monash.edu.au
Whole thread Raw
In response to Re: Change the postgres user password  ("Phillip Smith" <phillip.smith@weatherbeeta.com.au>)
Responses Re: Change the postgres user password  ("Andrej Ricnik-Bay" <andrej.groups@gmail.com>)
List pgsql-novice
How do I check that its set as TRUST?

Cheers
Noel

On Thursday 08 February 2007 12:47, Phillip Smith wrote:
> Assuming you still have TRUST authentication setup on the local server,
> open a psql session as the postgres user (you won't be asked for the
> password under TRUST authentication) to the database and execute the
> command:
>
> ALTER USER Postgres WITH PASSWORD '<newpassword>';
>
> Cheers,
> -p
>
>
> -----Original Message-----
> From: pgsql-novice-owner@postgresql.org
> [mailto:pgsql-novice-owner@postgresql.org] On Behalf Of Noel Faux
> Sent: Thursday, 8 February 2007 11:56
> To: pgsql-novice@postgresql.org
> Subject: [NOVICE] Change the postgres user password
>
> Hi all,
>
> I set the postgres user's password sometime ago.  Now I've forgoten it.
> How
>
> can I reset it?
>
> Cheers,
> Noel

--
Research Assistant / PhD Student
Department of Biochemistry and Molecular Biology
Monash University
Clayton, Victoria
Australia

Ph: +61 3 9905 1418
e-mail: noel.faux@med.monash.edu.au
website: http://vbc.med.monash.edu.au/~fauxn

pgsql-novice by date:

Previous
From: "Phillip Smith"
Date:
Subject: Re: Change the postgres user password
Next
From: "Andrej Ricnik-Bay"
Date:
Subject: Re: Change the postgres user password