35.41. routine_privileges
routine_privileges
The view routine_privileges identifies all privileges granted on functions to a currently enabled role or by a currently enabled role.
There is one row for each combination of function, grantor, and grantee.
Column Type Description |
|---|
grantor Name of the role that granted the privilege |
grantee Name of the role that the privilege was granted to |
specific_catalog Name of the database containing the function (always the current database) |
specific_schema Name of the schema containing the function |
specific_name The "specific name" of the function. See routines for more information. |
routine_catalog Name of the database containing the function (always the current database) |
routine_schema Name of the schema containing the function |
routine_name Name of the function (might be duplicated in case of overloading) |
privilege_type Always |
is_grantable
|
: routine_privileges Columns