53.80. pg_publication_tables

Представление pg_publication_tables содержит информацию о сопоставлениях публикаций с таблицами, которые в них содержатся. В отличие от нижележащего каталога pg_publication_rel, в это представление добавляются публикации, определённые как FOR ALL TABLES, так что с такими публикациями будет присутствовать строка для каждой соответствующей таблицы.

Таблица 53.81. Столбцы pg_publication_tables

NameТипСсылкиОписание
pubnamenamepg_publication.pubnameИмя публикации
schemanamenamepg_namespace.nspnameИмя схемы, содержащей таблицу
tablenamenamepg_class.relnameИмя таблицы

53.80. pg_publication_tables

The view pg_publication_tables provides information about the mapping between publications and the tables they contain. Unlike the underlying catalog pg_publication_rel, this view expands publications defined as FOR ALL TABLES, so for such publications there will be a row for each eligible table.

Table 53.81. pg_publication_tables Columns

NameTypeReferencesDescription
pubnamenamepg_publication.pubnameName of publication
schemanamenamepg_namespace.nspnameName of schema containing table
tablenamenamepg_class.relnameName of table

FAQ