9.3 9.4 9.5 9.6 10 11 12 13 14 15
阿里云PostgreSQL 问题报告 纠错本页面

54.17. pg_publication_tables

视图pg_publication_tables提供了关于发布和表信息之间映射的信息。 与底层目录pg_publication_rel不同, 此视图展开了定义为FOR ALL TABLESFOR TABLES IN SCHEMA的发布, 因此对于这样的发布,每个符合条件的表都会有一行记录。

表 54.17. pg_publication_tables

列类型

描述

pubname name (参考 pg_publication.pubname)

发行的名称

schemaname name (参考 pg_namespace.nspname)

包含表的模式名称

tablename name (references pg_class.relname)

表的名称

attnames name[] (references pg_attribute.attname)

表中包含的列名。当用户没有为表指定列名列表时,此处包含表的所有列。

rowfilter text

表的发布资格条件的表达式