title: "SHOW DEFAULT PRIVILEGES" description: "SHOW DEFAULT PRIVILEGES lists the default privileges granted on objects in Materialize." menu: main:
parent: 'commands'
SHOW DEFAULT PRIVILEGES
lists the default privileges granted on objects in Materialize.
SHOW DEFAULT PRIVILEGES [ON <object_type>] [FOR <role_name>]
Option | Description |
---|---|
ON | If specified, only show default privileges for the specified object type. Accepted object types:
|
FOR | If specified, only show default privileges granted directly or indirectly to the specified role. For available role names, see SHOW ROLES . |