#openGauss #入门 #安装 #数据库 #开源
知识来源:docs-opengauss.osinfra.cn/zh/
_PG_FOREIGN_TABLE_COLUMNS
显示外部表的列信息。该视图只有sysadmin权限可以查看。
表 1 _PG_FOREIGN_TABLE_COLUMNS字段
名称
类型
描述
nspname
name
schema名称。
relname
name
表名称。
attname
name
列名称。
attfdwoptions
text[]
外部数据封装器的属性选项,使用“keyword=value”格式的字符串。
#openGauss #入门 #安装 #数据库 #开源