47.25. pg_foreign_table
pg_foreign_table
表包含关于外表的辅助信息。 一个外表首先通过一个pg_class
记录表现,就像一个普通表。 它的pg_foreign_table
记录包含只和外表相关的信息,没有任何其他类型的关系。
Table 47-25. pg_foreign_table
字段
名字 | 类型 | 引用 | 描述 |
---|---|---|---|
ftrelid |
oid |
pg_class .oid |
这个外表的pg_class 记录的OID |
ftserver |
oid |
pg_foreign_server .oid |
这个外表的外部服务器的OID |
ftoptions |
text[] |
外表选项,使用"keyword=value"格式的字符串 |