小于 1 分钟
52.78. pg_publication_tables
视图pg_publication_tables提供publication与其所包含的表之间的映射信息。和底层的目录pg_publication_rel不同,这个视图展开了定义为FOR ALL TABLES的publication,这样对这类publication来说,每一个合格的表都有一行。
表 52.79. pg_publication_tables的列
| 名称 | 类型 | 引用 | 描述 |
|---|---|---|---|
pubname | name | pg_publication.pubname | publication名称 |
schemaname | name | pg_namespace.nspname | 包含表的方案名称 |
tablename | name | pg_class.relname | 表名 |
