47.5. System Catalogs Related to Logical Decoding#
Thepg_replication_slots
view and thepg_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. Thepg_stat_replication_slots
view provides statistics information about the logical replication slots.
Prev | Up | Next |
47.4. Logical DecodingSQL Interface | Home | 47.6. Logical Decoding Output Plugins |