Re: Orphaned users in PG16 and above can only be managed by Superusers - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Orphaned users in PG16 and above can only be managed by Superusers
Date
Msg-id CA+Tgmob6ZXLvY6-O_=_eKW4G5KEq7wYg0rQXkYRA0NyeYYBsvQ@mail.gmail.com
Whole thread Raw
In response to Re: Orphaned users in PG16 and above can only be managed by Superusers  (Ashutosh Sharma <ashu.coek88@gmail.com>)
Responses Re: Orphaned users in PG16 and above can only be managed by Superusers
List pgsql-hackers
On Wed, Jan 22, 2025 at 6:08 AM Ashutosh Sharma <ashu.coek88@gmail.com> wrote:
> Thanks for sharing your thoughts and inputs. I'm also not quite clear
> about the fix. Some of the solutions/changes you've mentioned above
> seem quite complex and may not be reasonable, as you pointed out. How
> about introducing a new predefined role, perhaps something like
> pg_admin_all, which, when granted to an admin user in the system,
> would allow them to manage all non-superusers on the server?

IMHO, this is a hack. Let's suppose the superuser creates roles A and
X with CREATEROLE. A creates B, who creates C. X creates Y, who
creates Z. Now A drops B. We want A to retain the ability to
administer C, but we do not want X to suddenly acquire the ability to
administer C. If A and C both had pg_admin_all, that's what would
happen.

--
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Corey Huinker
Date:
Subject: Re: Extended Statistics set/restore/clear functions.
Next
From: Robert Haas
Date:
Subject: Re: Orphaned users in PG16 and above can only be managed by Superusers