Re: Password Help?

Поиск
Список
Период
Сортировка
От Guido Barosio
Тема Re: Password Help?
Дата
Msg-id f7f6b4c70607022120x8856308q2ae038b6073d00b9@mail.gmail.com
обсуждение исходный текст
Ответ на Password Help?  (chris weeks <sanclemente15@sbcglobal.net>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: postgres transaction isolation when rollback
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: Column names as variables in plpgsql