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

53.23. pg_foreign_data_wrapper #

The catalog <structname>pg_foreign_data_wrapper</structname> stores foreign-data wrapper definitions. A foreign-data wrapper is the mechanism by which external data, residing on foreign servers, is accessed. pg_foreign_data_wrapperカタログは外部データラッパーの定義を保存します。 外部データラッパーは外部サーバにあるデータにアクセスするための機構です。

表53.23 pg_foreign_data_wrapperの列

<title><structname>pg_foreign_data_wrapper</structname> Columns</title>

Column Type 列 型

Description 説明

oid oid

Row identifier 行識別子

fdwname name

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

fdwowner oid (references <link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>.<structfield>oid</structfield>) (参照先 pg_authid.oid

Owner of the foreign-data wrapper 外部データラッパーの所有者

fdwhandler oid (references <link linkend="catalog-pg-proc"><structname>pg_proc</structname></link>.<structfield>oid</structfield>) (参照先 pg_proc.oid

References a handler function that is responsible for supplying execution routines for the foreign-data wrapper. Zero if no handler is provided 外部データラッパーに対する実行関数の提供に責任を持つハンドラ関数への参照。 ハンドラ関数がない場合はゼロになります。

fdwvalidator oid (references <link linkend="catalog-pg-proc"><structname>pg_proc</structname></link>.<structfield>oid</structfield>) (参照先 pg_proc.oid

References a validator function that is responsible for checking the validity of the options given to the foreign-data wrapper, as well as options for foreign servers and user mappings using the foreign-data wrapper. Zero if no validator is provided 外部サーバや外部データラッパーを使用するユーザマップと同様に外部データラッパーに対して与えられたオプションの正当性を検査する有効性検証関数。 有効性検証関数がない場合はゼロになります。

fdwacl aclitem[]

Access privileges; see <xref linkend="ddl-priv"/> for details アクセス権限。 詳細は5.7を参照してください

fdwoptions text[]

Foreign-data wrapper specific options, as <quote>keyword=value</quote> strings 外部データラッパーのkeyword=valueのような特定のオプション