9.3 9.4 9.5 9.6 10 11 12 13 14 15 Current(16) 17
问题报告 纠错本页面

52.17. pg_publication_tables #

视图 pg_publication_tables 提供了关于出版物与其包含的表信息之间映射的 相关信息。与底层目录 pg_publication_rel 不同, 此视图扩展了定义为 FOR ALL TABLESFOR TABLES IN SCHEMA 的出版物, 因此对于此类出版物,每个符合条件的表都会有一行。

Table 52.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

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