routine_table_usage
#
The view <literal>routine_table_usage</literal> is meant to identify all
tables that are used by a function or procedure. This information is
currently not tracked by <productname>PostgreSQL</productname>.
routine_table_usage
ビューは、関数またはプロシージャで使用される全てのテーブルを識別することを目的としています。
現在PostgreSQLでは、この情報は追跡されません。
表35.42 routine_table_usage
Columns
Column Type 列 型 Description 説明 |
---|
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) 関数の名前です(オーバーロードされている場合は重複する可能性があります)。 |
Name of the database that contains the table that is used by the function (always the current database) 関数で使用されるテーブルを含むデータベースの名前です(常に現在のデータベースです)。 |
Name of the schema that contains the table that is used by the function 関数で使用されるテーブルを含むスキーマの名前です。 |
Name of the table that is used by the function 関数で使用されるテーブルの名前です。 |