Re: Forgotten the master password of db

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Forgotten the master password of db
Дата
Msg-id 200205191159.57852.josh@agliodbs.com
обсуждение исходный текст
Ответ на Forgotten the master password of db  (thiemo <thiemo@gmx.ch>)
Ответы Limiting the result set
Список pgsql-novice
thiemo,

> unfortunately I have forgotten the mpassword of the master user of a db.
> Is there a way to retrieve it using the user who owns the db template1?

No, you can't retrieve it.  You can change it, though, as the postgres user:
ALTER USER the_user WITH PASSWORD 'new_password';

--
-Josh Berkus

______AGLIO DATABASE SOLUTIONS___________________________
                                        Josh Berkus
   Complete information technology     josh@agliodbs.com
    and data management solutions     (415) 565-7293
   for law firms, small businesses      fax 621-2533
    and non-profit organizations.     San Francisco


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

Предыдущее
От: thiemo
Дата:
Сообщение: Re: Forgotten the master password of db
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: Is a randomized default value primary key possible?