Re: Orphaned users in PG16 and above can only be managed by Superusers

From: Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Nathan Bossart <nathandbossart(at)gmail(dot)com>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Andres Freund <andres(at)anarazel(dot)de>, Tomas Vondra <tomas(at)vondra(dot)me>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Orphaned users in PG16 and above can only be managed by Superusers
Date: 2025-03-06 05:04:54
Message-ID: CAE9k0Pmb0w=P8-=-=m_3bVLB4gjefFwbuRT1PAqTMcATCwsaCg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Robert,

Thanks for the review comments.

On Thu, Mar 6, 2025 at 2:10 AM Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>
> On Wed, Mar 5, 2025 at 3:13 PM Nathan Bossart <nathandbossart(at)gmail(dot)com> wrote:
> > * The patch alleges to only block DROP ROLE commands when there exists
> > _both_ admins of the target role and roles for which the target role is
> > an admin. However, it's not clear to me why both need to be true. I
> > might be able to glean the reason if I read this thread carefully or
> > spend more time thinking about it, but IMHO that patch itself should make
> > it obvious. I'd suggest expanding the comment atop
> > check_drop_role_dependency().
>
> The error message needs work, too. Nobody is ever going to guess what
> the rule is from that error message.
>

I'll handle this in the next patch version.

> > * Does this introduce any race conditions? For example, is it possible for
> > the new check to pass and then for a dependency to be added before the
> > drop completes?
>
> This is a serious concern for me as well.
>

This too will be taken care of in the next patch.

--
With Regards,
Ashutosh Sharma.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Nikhil Kumar Veldanda 2025-03-06 05:32:07 ZStandard (with dictionaries) compression support for TOAST compression
Previous Message Ashutosh Sharma 2025-03-06 05:03:26 Re: Orphaned users in PG16 and above can only be managed by Superusers