| From: | "Guido Barosio" <gbarosio(at)gmail(dot)com> |
|---|---|
| To: | "chris weeks" <sanclemente15(at)sbcglobal(dot)net> |
| Cc: | pgsql-novice(at)postgresql(dot)org |
| Subject: | Re: Password Help? |
| Date: | 2006-07-03 04:20:39 |
| Message-ID: | f7f6b4c70607022120x8856308q2ae038b6073d00b9@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)sbcglobal(dot)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(dot)barosio(at)globant(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | A. Kretschmer | 2006-07-03 05:00:04 | Re: Column names as variables in plpgsql |
| Previous Message | Tom Lane | 2006-07-03 03:27:13 | Re: postgres transaction isolation when rollback |