SHOW GRANTS command: Updates for managed access schema¶
Attention
This behavior change is in the 2023_08 bundle.
For the current status of the bundle, refer to Bundle History.
The behavior of the SHOW GRANTS command with a managed access schema is as follows:
- Before the change:
The
grant_optionscolumn returnsTRUEwhen you run aSHOW GRANTS ON object_type object_namecommand for an object in the managed access schema.The
privilegecolumn includes the OWNERSHIP privilege for the role that owns the managed access schema when you run aSHOW GRANTS ON SCHEMA managed_access_schemacommand.
- After the change:
The
grant_optionscolumn returnsFALSEwhen you run aSHOW GRANTS ON object_type object_namecommand for an object in the managed access schema.In addition to the OWNERSHIP privilege, the
privilegecolumn includes the MANAGE GRANTS privilege for the role that owns the managed access schema when you run aSHOW GRANTS ON SCHEMA managed_access_schemacommand.
Ref: 1397