Re: postgres password change

Поиск
Список
Период
Сортировка
От paragasu
Тема Re: postgres password change
Дата
Msg-id 89b35b8d1002250721g3c1c3f0ao260b74d03aec00a8@mail.gmail.com
обсуждение исходный текст
Ответ на postgres password change  (akp geek <akpgeek@gmail.com>)
Ответы Re: postgres password change  (akp geek <akpgeek@gmail.com>)
Список pgsql-general
if you know the root password

#su root
#su postgres
#psql
#alter role <username> with password <password>

it think that should do


On Thu, Feb 25, 2010 at 11:15 PM, akp geek <akpgeek@gmail.com> wrote:
Dear all -
 
                     I forgot the password for the postgres user for the database. Is there way I can reset the password to whatever I want. When I do the psql -U postgres , it's prompting me the password. Can you please help?
 
 
Regards

В списке pgsql-general по дате отправления:

Предыдущее
От: Patryk Sidzina
Дата:
Сообщение: Re: Missing clog, PITR
Следующее
От: "Wappler, Robert"
Дата:
Сообщение: Re: Restricting the CREATEROLE privilege