Development Versions:
devel
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the
current
version, or one of the other supported versions listed above instead.
47.5. System Catalogs Related to Logical Decoding |
Prev |
Up |
Chapter 47. Logical Decoding |
Home |
Next |
47.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 |
47.4. Logical Decoding SQL Interface |
Home |
47.6. Logical Decoding Output Plugins |