pg_foreign_server

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

Table 1. pg_catalog.pg_foreign_server
类型参考描述
srvnamename 外部服务器的名称。
srvowneroidpg_authid.oid外部服务器的所有者。
srvfdwoidpg_foreign_data_wrapper.oid此外部服务器的外部数据包装器的OID。
srvtypetext 服务器类型(可选)。
srvversiontext 服务器版本(可选)。
srvaclaclitem[] 访问权限; 有关详细信息,请参阅GRANTREVOKE
srvoptionstext[] 外部服务器特定选项,作为“keyword = value”字符串。

Parent topic: 系统目录定义