52.42. pg_publication_namespace#

The catalog pg_publication_namespace contains the mapping between schemas and publications in the database. This is a many-to-many mapping.

Table 52.42. pg_publication_namespace Columns

Column Type

Description

oidoid

Row identifier

pnpubidoid (references pg_publication.oid)

Reference to publication

pnnspidoid (references pg_namespace.oid)

Reference to schema


close