GBase 8c
其他
文章
PG_FOREIGN_SERVER系统表介绍
GBase社区管理员发表于2024-02-05 17:43:4411次浏览0个评论
PG_FOREIGN_SERVER系统表存储外部服务器定义。一个外部服务器描述了一个外部数据源,例如一个远程服务器。外部服务器通过外部数据封装器访问。
名称 | 类型 | 引用 | 描述 |
oid | oid | - | 行标识符(隐含属性,必须明确选择)。 |
srvname | name | - | 外部服务器名。 |
srvowner | oid | href="https://opengauss.org/zh/docs/3.0.0/docs/Developerguide/PG_AUTHID.html" PG_AUTHID.oid | 外部服务器的所有者。 |
srvfdw | oid | href="https://opengauss.org/zh/docs/3.0.0/docs/Developerguide/PG_FOREIGN_DATA_WRAPPER.html" PG_FOREIGN_DATA_WRAPPER.oid | 这个外部服务器的外部数据封装器的OID。 |
srvtype | text | - | 服务器的类型(可选)。 |
srvversion | text | - | 服务器的版本(可选)。 |
srvacl | aclitem[] | - | 访问权限。 |
srvoptions | text[] | - | 外部服务器指定选项,使用“keyword=value”格式的字符串。 |
评论已关闭
热门帖子
- 12025-12-01浏览数:182759
- 22023-05-09浏览数:25052
- 42023-09-25浏览数:18521
- 52020-05-11浏览数:17526