Re: Backing out of privilege grants rabbit hole

Поиск
Список
Период
Сортировка
От AC Gomez
Тема Re: Backing out of privilege grants rabbit hole
Дата
Msg-id CABtmK-jaaJVT=eBz6-Yti98X2-wSnQQ5GoufWf=nMoJVDudZNA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Backing out of privilege grants rabbit hole  (Guyren Howe <guyren@gmail.com>)
Ответы Re: Backing out of privilege grants rabbit hole
Список pgsql-general
Thanks for the quick response. The problem is, in most cases the owner is not the grantee. So if a role, let's say a temp employee, gets grants, then leaves, I can't do a drop owned because that temp never owned those objects, he just was granted access. Is there a "drop granted" kind of thing?

On Thu, Apr 2, 2020, 11:37 PM Guyren Howe <guyren@gmail.com> wrote:
https://www.postgresql.org/docs/12/sql-drop-owned.html

On Apr 2, 2020, at 20:34 , AC Gomez <antklc@gmail.com> wrote:

Do I understand correctly that if a role was assigned countless object privileges and you want to delete that role you have to sift through a myriad of privilege grants in what amounts to a time consuming trial and error exercise until you've got them all?

Or is there a single command that with just delete the role and do a blanket grant removal at the same time?

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

Предыдущее
От: Guyren Howe
Дата:
Сообщение: Re: Backing out of privilege grants rabbit hole
Следующее
От: James Brauman
Дата:
Сообщение: Improve COPY performance into table with indexes.