GRANT OWNERSHIP ON ROLE command: Restrict transfer of role ownership to itself (Canceled)¶
Attention
This BCR is canceled and removed from the 2024_08 Bundle.
When this behavior change bundle is enabled, the transfer of role ownership will be restricted as follows:
- Before the change:
Users can grant ownership of a role to the role itself. For example, the following GRANT statement is allowed:
- After the change:
Users can no longer grant ownership of a role to the role itself. For example, the following GRANT statement returns an error:
Ref: 1781