PostgreSQL 8.1 中文文檔(PostgreSQL 中國 製作) | ||||
---|---|---|---|---|
Prev | Fast Backward | Chapter 31. 信息模式 | Fast Forward | Next |
視圖 role_routine_grants 標出所有在函數上賦予當前用戶所在組的權限。 更多的信息可以在 routine_privileges 裡找到。
Table 31-20. role_routine_grants 字段
名字 | 數據類型 | 描述 |
---|---|---|
grantor | sql_identifier | 被賦予該權限的用戶的名字 |
grantee | sql_identifier | 被賦予此權限的組的名字 |
specific_catalog | sql_identifier | 包含此函數的數據庫名字(總是當前數據庫) |
specific_schema | sql_identifier | 包含此函數的模式名字 |
specific_name | sql_identifier | 此函數"具體的名稱"。參閱 Section 31.26 獲取更多信息。 |
routine_catalog | sql_identifier | 包含此函數的數據庫名字(總是當前數據庫) |
routine_schema | sql_identifier | 包含此函數的模式名字 |
routine_name | sql_identifier | 函數的名字(可能重複,因為有重載) |
privilege_type | character_data | 總是 EXECUTE (用於函數的唯一的權限類型) |
is_grantable | character_data | 如果權限可以賦予,那麼是 YES,否則為 NO |