Re: Noinheritance with superuser - Mailing list pgsql-general

From Tom Lane
Subject Re: Noinheritance with superuser
Date
Msg-id 118646.1622779152@sss.pgh.pa.us
Whole thread Raw
In response to Noinheritance with superuser  (saket bansal <saket.tcs@gmail.com>)
List pgsql-general
saket bansal <saket.tcs@gmail.com> writes:
> I have an RDS instance with the below configuration.
> create role role1 login noinheritance;
> grant rds_superuser to rdsdba;
> grant rdsdba to role1

> In this case role1 is able to do all administrative operations, without the
> need of switching to rdsdba.
> Is this expected?

rds_superuser is not a thing that exists in community Postgres.
I'd suggest taking this question up with the Amazon RDS folk.

            regards, tom lane



pgsql-general by date:

Previous
From: 久門 愛
Date:
Subject: Please tell me about character code conversion.
Next
From: Tom Lane
Date:
Subject: Re: Please tell me about character code conversion.