ALTER ROLE OWNER TO
Change the owner of a role.Syntax
Parameters
| Parameter | Description |
|---|---|
<role> | Name of the role to change the owner of. |
<user> | The new owner of the role. Can be either a user name or a role name. |
Reference and syntax for the ALTER ROLE command.
ALTER ROLE <role> OWNER TO <user>
| Parameter | Description |
|---|---|
<role> | Name of the role to change the owner of. |
<user> | The new owner of the role. Can be either a user name or a role name. |
Was this page helpful?