Updated on 2023-10-23 GMT+08:00

PG_PUBLICATION_REL

PG_PUBLICATION_REL contains mappings between tables and publications in the current database. This is a many-to-many mapping.

Table 1 PG_PUBLICATION_REL columns

Name

Type

Description

oid

oid

Row identifier (hidden attribute, which must be specified).

prpubid

oid

Reference to a publication.

prrelid

oid

Reference to a table.