PostgreSQL
49.5. System Catalogs Related to Logical Decoding #
The pg_replication_slots
view and the pg_stat_replication
view provide information about the current state of replication slots and streaming replication connections respectively. These views apply to both physical and logical replication. The pg_stat_replication_slots
view provides statistics information about the logical replication slots.
Prev | Up | Next |
---|---|---|
49.4. Logical Decoding SQL Interface |
49.6. Logical Decoding Output Plugins |
Submit correction
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.
Copyright © 1996-2024 The PostgreSQL Global Development Group