Noinheritance with superuser

Поиск
Список
Период
Сортировка
От saket bansal
Тема Noinheritance with superuser
Дата
Msg-id CACkcRNgO5fPXQnwZwSgvDgbCX2Vum-NkTVYPBK=jnhFsgnQSaw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Noinheritance with superuser  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
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?
I do not find any document which says that inheritance does not work with roles which have superuser role granted to it. Note that rdsdba is not a superuser in itself, but only has a role which is superuser.

--

Thanks in advance.

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

Предыдущее
От: Tiffany Thang
Дата:
Сообщение: Re: Dropping dependent tables
Следующее
От: 久門 愛
Дата:
Сообщение: Please tell me about character code conversion.