Redrock Postgres 搜索 英文
版本: 9.3 / 9.4 / 9.5 / 9.6 / 10 / 11 / 12 / 13 / 14 / 15 / 16

53.24. pg_foreign_server #

目录 pg_foreign_server 存储外部服务器定义。外部服务器描述外部数据源,例如远程服务器。外部服务器可通过外部数据包装器访问。

表 53.24. pg_foreign_server

列类型

说明

oid oid

行标识符

srvname name

外部服务器的名称

srvowner oid (引用 pg_authid.oid)

外部服务器的所有者

srvfdw oid (引用 pg_foreign_data_wrapper.oid)

此外部服务器的外来数据包装器的 OID

srvtype text

服务器类型(可选)

srvversion text

服务器版本(可选)

srvacl aclitem[]

访问权限;有关详细信息,请参见 第 5.7 节

srvoptions text[]

外部服务器特定选项,作为 关键字=值 字符串