Re: Backing out of privilege grants rabbit hole - Mailing list pgsql-general

From Guyren Howe
Subject Re: Backing out of privilege grants rabbit hole
Date
Msg-id 8EC7DEE2-10DB-4A3B-AC1B-CEC3D4E01414@gmail.com
Whole thread Raw
In response to Re: Backing out of privilege grants rabbit hole  (Guyren Howe <guyren@gmail.com>)
List pgsql-general
More fully:

REASSIGN OWNED BY doomed_role TO successor_role;
DROP OWNED BY doomed_role;
-- repeat the above commands in each database of the cluster
DROP ROLE doomed_role;

On Apr 2, 2020, at 20:37 , 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?

ul[class*='mb-extra__public-links'], ul[class*='mb-note__public-links'], ul[class*='mb-task__public-links'] { display: none !important; }

pgsql-general by date:

Previous
From: Guyren Howe
Date:
Subject: Re: Backing out of privilege grants rabbit hole
Next
From: AC Gomez
Date:
Subject: Re: Backing out of privilege grants rabbit hole