PG_REPLICATION_SLOTS
PG_REPLICATION_SLOTS displays replication slot information.
| Name | Type | Description |
|---|---|---|
| slot_name | text | Replication slot name. |
| plugin | text | Name of the output plug-in corresponding to the logical replication slot. |
| slot_type | text | Replication slot type.
|
| datoid | oid | OID of the database where the replication slot resides. |
| database | name | Name of the database where the replication slot resides. |
| active | Boolean | Determines whether the replication slot is activated.
|
| xmin | xid | XID of the earliest transaction that the database must reserve for the replication slot. |
| catalog_xmin | xid | XID of the earliest system catalog-involved transaction that the database must reserve for the logical replication slot. |
| restart_lsn | text | Physical location of the earliest Xlog required by the replication slot. |
| dummy_standby | Boolean | Lab features. |
| confirmed_flush | text | Dedicated logical replication slot. The client confirms the location of the received log. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.