Re: dropped users appear as numbers in ACL

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: dropped users appear as numbers in ACL
Дата
Msg-id Pine.LNX.4.44.0311140109050.17499-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: dropped users appear as numbers in ACL  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: dropped users appear as numbers in ACL
Список pgsql-admin
Tom Lane writes:

> The reason it's difficult is that users span databases; when you drop a
> user in database A, you have no way of seeing/removing references to him
> that exist in databases B, C, ...
>
> I'm not sure there's any really good answer to this short of changing
> the way that users and databases work, which so far no one has wanted
> to do.

One possibility would be to have an explicit "flush privileges" command
that you can run over a database to clean up after this.  That might also
help to support grant options on groups, which suffer from a similar
can't-look-into-other-databases problem.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: dropped users appear as numbers in ACL
Следующее
От: Tom Lane
Дата:
Сообщение: Re: dropped users appear as numbers in ACL