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カタログは外部データラッパーの定義を保存します。
外部データラッパーは外部サーバにあるデータにアクセスするための機構です。
  
表52.23 pg_foreign_data_wrapperの列
| Column Type 列 型 Description 説明 | 
|---|
| 
        Row identifier 行識別子 | 
| 
        Name of the foreign-data wrapper 外部データラッパーの名前 | 
| 
        Owner of the foreign-data wrapper 外部データラッパーの所有者 | 
| 
        References a handler function that is responsible for supplying execution routines for the foreign-data wrapper. Zero if no handler is provided 外部データラッパーに対する実行関数の提供に責任を持つハンドラ関数への参照。 ハンドラ関数がない場合はゼロになります。 | 
| 
        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 外部サーバや外部データラッパーを使用するユーザマップと同様に外部データラッパーに対して与えられたオプションの正当性を検査する有効性検証関数。 有効性検証関数がない場合はゼロになります。 | 
| 
        Access privileges; see <xref linkend="ddl-priv"/> for details アクセス権限。 詳細は5.8を参照してください | 
| 
        Foreign-data wrapper specific options, as <quote>keyword=value</quote> strings 外部データラッパーの「keyword=value」のような特定のオプション |