Name of the role to set as the current role for a session.
You can use the SET ROLE role_name syntax to enable an externally-assigned role plus any of its nested database roles within a session while disabling all other roles.
Example: Changing the Current Role
This request changes the current role for a session to administration.
SET ROLE administration;