On this page
52.24. pg_foreign_server
目录pg_foreign_server
存储外部服务器定义。外部服务器描述了外部数据的来源,例如远程服务器。外部服务器通过外部数据包装器访问。
表 52.24. pg_foreign_server
列
Name | Type | References | Description |
---|---|---|---|
oid |
oid |
行标识符(隐藏属性;必须显式选择) | |
srvname |
name |
外部服务器的名称 | |
srvowner |
oid |
pg_authid.oid |
外部服务器的所有者 |
srvfdw |
oid |
pg_foreign_data_wrapper.oid |
该外部服务器的外部数据包装器的 OID |
srvtype |
text |
服务器类型(可选) | |
srvversion |
text |
服务器版本(可选) | |
srvacl |
aclitem[] |
访问权限;有关详情,请参见GRANT和REVOKE | |
srvoptions |
text[] |
特定于外部服务器的选项,如“ keyword = value”字符串 |