pg_publication #The catalog pg_publication contains all publications created in the database. For more on publications see Section 29.1.
Table 52.40. 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, INSERT operations are replicated for tables in the publication. | 
| 
 If true, UPDATE operations are replicated for tables in the publication. | 
| 
 If true, DELETE operations are replicated for tables in the publication. | 
| 
 If true, TRUNCATE operations are replicated for tables in the publication. | 
| 
 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. | 
| 
 Controls how to handle generated column replication when there is no publication column list:  | 
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.