PG_PUBLICATION
PG_PUBLICATION contains all publications created in the current database.
Name |
Type |
Description |
---|---|---|
oid |
oid |
Row identifier (hidden attribute, which must be specified). |
pubname |
name |
Publication name |
pubowner |
oid |
Publication owner |
puballtables |
boolean |
If the value is true, this publication automatically includes all tables in the database, including any tables that will be created in the future. |
pubinsert |
boolean |
If the value is true, copy the INSERT operation on tables in the publication. |
pubupdate |
boolean |
If the value is true, copy the UPDATE operation on tables in the publication. |
pubdelete |
boolean |
If the value is true, copy the DELETE operation on tables in the publication. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot