Skip to main content
Version: Latest-3.2

user_privileges

user_privileges provides information about user privileges.

The following fields are provided in user_privileges:

FieldDescription
GRANTEEThe name of the user to which the privilege is granted.
TABLE_CATALOGThe name of the catalog. This value is always def.
PRIVILEGE_TYPEThe privilege granted. The value can be any privilege that can be granted at the global level.
IS_GRANTABLEYES if the user has the GRANT OPTION privilege, NO otherwise. The output does not list GRANT OPTION as a separate row with PRIVILEGE_TYPE='GRANT OPTION'.