Re: Newbe questions: Setting Passwords

Поиск
Список
Период
Сортировка
От John Clark Naldoza y Lopez
Тема Re: Newbe questions: Setting Passwords
Дата
Msg-id 3B031E78.305733A7@ntsp.nec.co.jp
обсуждение исходный текст
Ответ на Newbe questions: Setting Passwords  (Anatole Varin <anatole@aioros.ocn.ne.jp>)
Ответы Re: Newbe questions: Setting Passwords
Список pgsql-general
Hi,


You could use the following...;-)


psql -U postgres template1

UPDATE pg_shadow SET passwd='whatever' WHERE usename='postgres';

You could also use GRANT or create other users as well...  kindly check
the administrative section of your documentation...;-)


Cheers,


John Clark

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