52.42. pg_publication_rel
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 pg_publication_tables for a more user-friendly view of this information.
Column Type Description |
|---|
oid Row identifier |
prpubid Reference to publication |
prrelid Reference to relation |
prqual Expression tree (in |
prattrs This is an array of values that indicates which table columns are part of the publication. For example, a value of |
: pg_publication_rel Columns