50.40. pg_publication_rel

The catalog pg_publication_rel contains the mapping between relations and publications in the database. This is a many-to-many mapping. See also Section 50.78 for a more user-friendly view of this information.

Table 50.40. pg_publication_rel Columns

Column Type

Description

oidoid

Row identifier

prpubidoid (references pg_publication.oid)

Reference to publication

prrelidoid (references pg_class.oid)

Reference to relation


close