pg_publication_relThe catalog pg_publication_rel contains the mapping between relations and publications in the database. This is a many-to-many mapping. See also Section 52.79 for a more user-friendly view of this information.
Table 52.40. pg_publication_rel Columns
|
Column Type Description |
|---|
|
Row identifier |
|
Reference to publication |
|
Reference to relation |
Read the upstream documentation. Report corrections through the PostgreSQL documentation form.