Re: Password Help? - Mailing list pgsql-novice

From Guido Barosio
Subject Re: Password Help?
Date
Msg-id f7f6b4c70607022120x8856308q2ae038b6073d00b9@mail.gmail.com
Whole thread Raw
In response to Password Help?  (chris weeks <sanclemente15@sbcglobal.net>)
List pgsql-novice
Hi Christina,

(RTFM: http://www.postgresql.org/docs/8.1/interactive/client-authentication.html)

   You may want to alter the authentication method in the pg_hba.conf
file, using "trust" instead of the one that you are currently using.
Note that such a change would require to restart the service. (pg_ctl
stop && pg_ctl start [-D $PGDATA])

Best wishes,
Guido

On 7/2/06, chris weeks <sanclemente15@sbcglobal.net> wrote:
>
> Hello!
>
> I am below a novice + am hoping for help in simple lingo form.
>
> I have forgotten the randomly-generated password that I receieved.
>
> Can someone tell me how to fix via the easiest way as I do not know the
> systems?
>
> Christina
>


--
Guido Barosio
-----------------------
http://www.globant.com
guido.barosio@globant.com

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: postgres transaction isolation when rollback
Next
From: "A. Kretschmer"
Date:
Subject: Re: Column names as variables in plpgsql