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

37.29. foreign_servers #

The view <literal>foreign_servers</literal> contains all foreign servers defined 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_serversビューには、現在のデータベース内で定義されたすべての外部サーバが含まれます。 現在のユーザが(所有者である、または何らかの権限を持つことにより)アクセス可能な外部サーバのみが表示されます。

表37.27 foreign_serversの列

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

foreign_data_wrapper_catalog sql_identifier

Name of the database that contains the foreign-data wrapper used by the foreign server (always the current database) 外部サーバで使用される外部データラッパーを含むデータベースの名前です(常に現在のデータベースです)。

foreign_data_wrapper_name sql_identifier

Name of the foreign-data wrapper used by the foreign server 外部サーバにより使用される外部データラッパーの名前です。

foreign_server_type character_data

Foreign server type information, if specified upon creation 作成時点で指定されている場合、その外部サーバの種類情報です。

foreign_server_version character_data

Foreign server version information, if specified upon creation 作成時点で指定されている場合、その外部サーバのバージョン情報です。

authorization_identifier sql_identifier

Name of the owner of the foreign server 外部サーバの所有者の名前です。