バージョンごとのドキュメント一覧

37.64. view_routine_usage #

The view <literal>view_routine_usage</literal> identifies all routines (functions and procedures) that are used in the query expression of a view (the <command>SELECT</command> statement that defines the view). A routine is only included if that routine is owned by a currently enabled role. view_routine_usageビューは、ビューの問い合わせ式(ビューを定義するSELECT文)で使用されるすべてのルーチン(関数およびプロシージャ)を示します。 現在有効なロールが所有するルーチンのみが含まれます。

表37.62 view_routine_usageの列

<title><structname>view_routine_usage</structname> Columns</title>

Column Type 列 型

Description 説明

table_catalog sql_identifier

Name of the database containing the view (always the current database) ビューを持つデータベースの名前です(常に現在のデータベースです)。

table_schema sql_identifier

Name of the schema containing the view ビューを持つスキーマの名前です。

table_name sql_identifier

Name of the view ビューの名前です。

specific_catalog sql_identifier

Name of the database containing the function (always the current database) 関数が含まれるデータベースの名前です(常に現在のデータベースです)。

specific_schema sql_identifier

Name of the schema containing the function 関数が含まれるスキーマの名前です。

specific_name sql_identifier

The <quote>specific name</quote> of the function. See <xref linkend="infoschema-routines"/> for more information. 関数の仕様名称です。 詳細は37.45を参照してください。