routine_privileges
#
The view <literal>routine_privileges</literal> 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.
routine_privileges
ビューは、現在有効なロールに与えられた権限、あるいは現在有効なロールによって関数に与えられた権限を全て示します。
関数、権限の譲与者と被譲与者の組み合わせごとに1行あります。
表35.39 routine_privileges
の列
Column Type 列 型 Description 説明 |
---|
Name of the role that granted the privilege 権限を与えたロールの名前です。 |
Name of the role that the privilege was granted to 権限を与えられたロールの名前です。 |
Name of the database containing the function (always the current database) 関数が含まれるデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema containing the function 関数が含まれるスキーマの名前です。 |
The <quote>specific name</quote> of the function. See <xref linkend="infoschema-routines"/> for more information. 関数の「仕様名称」です。 詳細は35.45を参照してください。 |
Name of the database containing the function (always the current database) 関数が含まれるデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema containing the function 関数が含まれるスキーマの名前です。 |
Name of the function (might be duplicated in case of overloading) 関数の名前です(オーバーロードされている場合は重複する可能性があります)。 |
Always <literal>EXECUTE</literal> (the only privilege type for functions)
常に |
<literal>YES</literal> if the privilege is grantable, <literal>NO</literal> if not
この権限を付与可能な場合は |