GBase 8c
其他
文章
GBase 8c系统表pg_foreign_server
发表于2023-12-11 15:51:5211次浏览1个评论
系统表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”字符串形式 |
热门帖子
- 12025-12-01浏览数:182763
- 22023-05-09浏览数:25057
- 42023-09-25浏览数:18525
- 52020-05-11浏览数:17528