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

37.26. foreign_data_wrapper_options #

The view <literal>foreign_data_wrapper_options</literal> contains all the options defined for foreign-data wrappers in the current database. Only those foreign-data wrappers are shown that the current user has access to (by way of being the owner or having some privilege). foreign_data_wrapper_optionsビューには現在のデータベース内の外部データラッパー用に定義されたすべてのオプションが含まれます。 現在のユーザが(所有者または何らかの権限を持つことで)アクセス可能な外部データラッパーのみが表示されます。

表37.24 foreign_data_wrapper_optionsの列

<title><structname>foreign_data_wrapper_options</structname> Columns</title>

Column Type 列 型

Description 説明

foreign_data_wrapper_catalog sql_identifier

Name of the database that the foreign-data wrapper is defined in (always the current database) 外部データラッパーを定義したデータベースの名前です(常に現在のデータベースです)。

foreign_data_wrapper_name sql_identifier

Name of the foreign-data wrapper 外部データラッパーの名前です。

option_name sql_identifier

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

option_value character_data

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