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

37.31. foreign_tables #

The view <literal>foreign_tables</literal> contains all foreign tables defined in the current database. Only those foreign tables are shown that the current user has access to (by way of being the owner or having some privilege). foreign_tablesビューは、現在のデータベースで定義されている全ての外部テーブルを含みます。(所有者であるか何らかの権限を持っていて)現在のユーザがアクセスできる外部テーブルだけが表示されます。

表37.29 foreign_tablesの列

<title><structname>foreign_tables</structname> Columns</title>

Column Type 列 型

Description 説明

foreign_table_catalog sql_identifier

Name of the database that the foreign table is defined in (always the current database) 外部テーブルを含むデータベースの名前です(常に現在のデータベースです)。

foreign_table_schema sql_identifier

Name of the schema that contains the foreign table 外部テーブルを含むスキーマの名前です。

foreign_table_name sql_identifier

Name of the foreign table 外部テーブルの名前です。

foreign_server_catalog sql_identifier

Name of the database that the foreign server is defined in (always the current database) 外部サーバを定義したデータベースの名前です(常に現在のデータベースです)。

foreign_server_name sql_identifier

Name of the foreign server 外部サーバの名前