Known but bad behavior with alter user?

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Known but bad behavior with alter user?
Дата
Msg-id 4424333F.3030501@commandprompt.com
обсуждение исходный текст
Ответы Re: Known but bad behavior with alter user?  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
Hello,

Take the following:

template1=# alter user foo rename to bar;
NOTICE:  MD5 password cleared because of role rename
NOTICE:  MD5 password cleared because of role rename
ALTER ROLE
template1=#

Now we have to reset the password.. which seems an extra
step that shouldn't be required.

Joshua D. Drake


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Role incompatibilities
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Role incompatibilities