Removing a user's password

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Removing a user's password
Дата
Msg-id 200305261733.h4QHXbG07842@candle.pha.pa.us
обсуждение исходный текст
Ответы Re: Removing a user's password  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
What capabilities do we have for removing a user's password?  The only
way I can see to do it is to insert a NULL into pg_shadow, but clearly
that is pretty ugly.  I don't see any mention in the ALTER USER manual
page, and assigning a password of NULL using ALTER user fails.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug(s) or not?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bug(s) or not?