Re: default privileges

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: default privileges
Дата
Msg-id 25713.1270330067@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: default privileges  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: default privileges
Список pgsql-hackers
I wrote:
> Yeah.  The problem here is that once you've created an entry in
> pg_default_acl, there is no way to make it go away.

Actually that's not true: you can get rid of it with DROP OWNED BY.
This fact is even documented in the ALTER DEFAULT PRIVILEGES manual
page:
If you wish to drop a role that has had its global defaultprivileges altered, it is necessary to use DROP OWNED BY
first,toget rid of the default privileges entry for the role. 
 

Not sure if this is good enough or we need to provide some more-obvious
way of dealing with it.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: default privileges
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: default privileges