164 Star 224 Fork 1.2K

openGauss / docs

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

PG_PUBLICATION_TABLES

视图PG_PUBLICATION_TABLES提供publication与其所发布的表之间的映射信息。和底层的系统表pg_publication_rel不同,这个视图展开了定义为FOR ALL TABLES的publication,这样对这类publication来说,每一个合格的表都有一行。

表 1 PG_PUBLICATION_TABLES字段

名称

类型

描述

pubname

name

发布的名称。

schemaname

name

包含表的模式名称。

tablename

name

表的名称。

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

搜索帮助