GBase 8c
其他
文章
PG_FOREIGN_DATA_WRAPPER系统表介绍
GBase社区管理员发表于2024-02-05 17:43:239次浏览0个评论
PG_FOREIGN_DATA_WRAPPER系统表存储外部数据封装器定义。一个外部数据封装器是在外部服务器上驻留外部数据的机制,是可以访问的。
名称 | 类型 | 引用 | 描述 |
oid | oid | - | 行标识符(隐含属性,必须明确选择)。 |
fdwname | name | - | 外部数据封装器名。 |
fdwowner | oid | href="https://opengauss.org/zh/docs/3.0.0/docs/Developerguide/PG_AUTHID.html" PG_AUTHID.oid | 外部数据封装器的所有者。 |
fdwhandler | oid | href="https://opengauss.org/zh/docs/3.0.0/docs/Developerguide/PG_PROC.html" PG_PROC.oid | 引用一个负责为外部数据封装器提供扩展例程的处理函数。如果没有提供处理函数则为零。 |
fdwvalidator | oid | href="https://opengauss.org/zh/docs/3.0.0/docs/Developerguide/PG_PROC.html" PG_PROC.oid | 引用一个验证器函数,这个验证器函数负责验证给予外部数据封装器的选项、外部服务器选项和使用外部数据封装器的用户映射的有效性。如果没有提供验证器函数则为零。 |
fdwacl | aclitem[] | - | 访问权限。 |
fdwoptions | text[] | - | 外部数据封装器指定选项,使用“keyword=value”格式的字符串。 |
评论已关闭
热门帖子
- 12025-12-01浏览数:182759
- 22023-05-09浏览数:25044
- 42023-09-25浏览数:18519
- 52020-05-11浏览数:17526