Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt

Use this file to discover all available pages before exploring further.

Updates the specified role.

ALTER ROLE OWNER TO

Change the owner of a role.

Syntax

ALTER ROLE <role> OWNER TO <user>

Parameters

ParameterDescription
<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.