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

37.30. foreign_table_options #

The view <literal>foreign_table_options</literal> contains all the options defined for foreign tables 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_table_optionsビューは、現在のデータベースの外部テーブルに定義された全てのオプションを含みます。(所有者であるか何らかの権限を持っていて)現在のユーザがアクセスできる外部テーブルだけが表示されます。

表37.28 foreign_table_optionsの列

<title><structname>foreign_table_options</structname> Columns</title>

Column Type 列 型

Description 説明

foreign_table_catalog sql_identifier

Name of the database that contains the foreign table (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 外部テーブルの名前です。

option_name sql_identifier

Name of an option オプションの名前です。

option_value character_data

Value of the option オプションの値です。