52.41. 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.41. pg_publication_namespace Columns

Tipo y columna

Descripción

oid oid

Identificador de fila

pnpubid oid (references pg_publication.oid)

Reference to publication

pnnspid oid (hace referencia a pg_namespace.oid)

Reference to schema