PG_PUBLICATION

PG_PUBLICATION contains all publications created in the current database.

Table 1 PG_PUBLICATION columns

Name

Type

Description

pubname

text

Publication name.

pubowner

oid

Publication owner.

puballtables

bool

If true, this publication automatically includes all tables in the database, including any tables that will be created in the future.

pubinsert

bool

If true, copy the INSERT operation on tables in the publication.

pubupdate

bool

If true, copy the UPDATE operation on tables in the publication.

pubdelete

bool

If true, copy the DELETE operation on tables in the publication.

Feedback
编组 3备份
    openGauss 2024-05-07 00:46:52
    cancel