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

37.28. foreign_server_options #

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

表37.26 foreign_server_optionsの列

<title><structname>foreign_server_options</structname> Columns</title>

Column Type 列 型

Description 説明

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 外部サーバの名前

option_name sql_identifier

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

option_value character_data

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