51.39. pg_publication
The catalog pg_publication
contains all publications created in the database. For more on publications see Section 30.1.
Table 51.39. pg_publication
Columns
Column Type Description |
---|
Row identifier |
Name of the publication |
Owner of the publication |
If true, this publication automatically includes all tables in the database, including any that will be created in the future. |
If true, |
If true, |
If true, |
If true, |
If true, operations on a leaf partition are replicated using the identity and schema of its topmost partitioned ancestor mentioned in the publication instead of its own. |
© 1996–2021 The PostgreSQL Global Development Group
Licensed under the PostgreSQL License.
https://www.postgresql.org/docs/13/catalog-pg-publication.html