pg_foreign_table
#
The catalog <structname>pg_foreign_table</structname> contains
auxiliary information about foreign tables. A foreign table is
primarily represented by a
<link linkend="catalog-pg-class"><structname>pg_class</structname></link>
entry, just like a regular table. Its <structname>pg_foreign_table</structname>
entry contains the information that is pertinent only to foreign tables
and not any other kind of relation.
pg_foreign_table
カタログには、外部テーブルに関する補助情報が含まれます。
外部テーブルは主にpg_class
の項目により表されます。
pg_foreign_table
の項目には、外部テーブルに属する情報のみに関する情報が含まれ、他の種類のリレーションは含まれません。
表51.25 pg_foreign_table
の列
Column Type 列 型 Description 説明 |
---|
The OID of the <link linkend="catalog-pg-class"><structname>pg_class</structname></link> entry for this foreign table
この外部テーブルに対する |
OID of the foreign server for this foreign table この外部テーブルに対する外部サーバOID |
Foreign table options, as <quote>keyword=value</quote> strings 「keyword=value」文字列のような、外部テーブルのオプション |