31.22. role_routine_grants

視圖 role_routine_grants 標出所有在函數上賦予當前用戶所在組的權限。 更多的信息可以在 routine_privileges 裡找到。

Table 31-20. role_routine_grants 字段

名字數據類型描述
grantorsql_identifier被賦予該權限的用戶的名字
granteesql_identifier被賦予此權限的組的名字
specific_catalogsql_identifier包含此函數的數據庫名字(總是當前數據庫)
specific_schemasql_identifier包含此函數的模式名字
specific_namesql_identifier 此函數"具體的名稱"。參閱 Section 31.26 獲取更多信息。
routine_catalogsql_identifier包含此函數的數據庫名字(總是當前數據庫)
routine_schemasql_identifier包含此函數的模式名字
routine_namesql_identifier函數的名字(可能重複,因為有重載)
privilege_typecharacter_data總是 EXECUTE (用於函數的唯一的權限類型)
is_grantablecharacter_data如果權限可以賦予,那麼是 YES,否則為 NO