PG_SUBSCRIPTION
PG_SUBSCRIPTION contains all existing logical replication subscriptions. This system catalog is accessible only to system administrators.
Unlike most system catalogs, PG_SUBSCRIPTION is shared across all databases in a database instance. Each database instance has only one copy, not one copy per database.
Name |
Type |
Description |
---|---|---|
oid |
oid |
Row identifier (hidden attribute, which must be specified). |
subdbid |
oid |
OID of the database where the subscription is located. |
subname |
name |
Subscription name. |
subowner |
oid |
Subscription owner. |
subenabled |
boolean |
If true, the subscription is enabled and should be replicated. |
subconninfo |
text |
Information about the connection to the publishing database. |
subslotname |
name |
Name of the replication slot in the publishing database. If this parameter is left empty, the value is NONE. |
subsynccommit |
text |
Value of synchronous_commit of the subscription worker. |
subpublications |
text[] |
Array containing names of the subscribed publications. These are referenced publications on the publisher server. |
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