GBase 8c
其他
文章

GBase 8c系统表pg_foreign_server

发表于2023-12-11 15:51:098次浏览0个评论

系统表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[]

 

访问权限

srvoptions

text[]

 

外部服务器特定选项,以“keyword=value”字符串形式 

评论

登录后才可以发表评论