164 Star 224 Fork 1.2K

openGauss / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
_PG_FOREIGN_DATA_WRAPPERS.md 5.10 KB
一键复制 编辑 原始数据 按行查看 历史
liyang 提交于 2021-03-11 11:42 . new feature

_PG_FOREIGN_DATA_WRAPPERS

显示外部数据封装器的信息。该视图只有sysadmin权限可以查看。

表 1 _PG_FOREIGN_DATA_WRAPPERS字段

名称

类型

描述

oid

oid

外部数据封装器的oid。

fdwowner

oid

外部数据封装器的所有者的oid。

fdwoptions

text[]

外部数据封装器指定选项,使用“keyword=value”格式的字符串。

foreign_data_wrapper_catalog

information_schema.sql_identifier

外部封装器所在的数据库名称(永远为当前数据库)。

foreign_data_wrapper_name

information_schema.sql_identifier

外部数据封装器名称。

authorization_identifier

information_schema.sql_identifier

外部数据封装器所有者的角色名称。

foreign_data_wrapper_language

information_schema.character_data

外部数据封装器的实现语言。

1
https://gitee.com/opengauss/docs.git
git@gitee.com:opengauss/docs.git
opengauss
docs
docs
2.0.0

搜索帮助