Stephen Frost <sfrost@xxxxxxxxxxx> writes:
> * Michael.Dietrich@xxxxxxxxxxxx (Michael.Dietrich@xxxxxxxxxxxx) wrote: If you mean that you did "GRANT superuserrole TO nonsuperuser", this
>> 2) User without superuser privileges uses a role with superuser rights (usage confirmed with SHOW current_role.)
> Please provide more details about what this step #2 actually means.
does not make "nonsuperuser" into a superuser; it merely allows
"nonsuperuser" to use whatever ordinary privileges might've been
granted to "superuserrole".
IOW, the privileges on the "CREATE ROLE" page are not inheritable - inheritance only applies to privileges that are GRANT'ed
David J.