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_options
column returnsTRUE
when you run aSHOW GRANTS ON object_type object_name
command for an object in the managed access schema.The
privilege
column includes the OWNERSHIP privilege for the role that owns the managed access schema when you run aSHOW GRANTS ON SCHEMA managed_access_schema
command.
- After the change:
The
grant_options
column returnsFALSE
when you run aSHOW GRANTS ON object_type object_name
command for an object in the managed access schema.In addition to the OWNERSHIP privilege, the
privilege
column includes the MANAGE GRANTS privilege for the role that owns the managed access schema when you run aSHOW GRANTS ON SCHEMA managed_access_schema
command.
Ref: 1397