daftar

Skip to product information
1 of 1

pg_replication_slots

pg_replication_slots - Logical Replication in PostgreSQL Using pglogical (Docker Setup) asia 888 slot

pg_replication_slots - Logical Replication in PostgreSQL Using pglogical (Docker Setup) asia 888 slot

Regular price VND 9372.15
Regular price Sale price VND 9372.15
Sale Sold out
pg_replication_slots: Logical Replication in PostgreSQL Using pglogical (Docker Setup). Logical replication of tables in schema in PostgreSQL 15. How Patroni Addresses the Problem of the Logical Replication Slot ... .
There are at least couple of views that suits for verifying replication status: pg_replication_slots and pg_stat_replication.
postgres=# d pg_replication_slots View 'pg_catalog.pg_replication_slots' Column | Type | Collation | Nullable | Default .
Postgres=>select slot_name, slot_type, confirmed_flush_lsn from pg_replication_slots; slot_name | slot_type | confirmed_flush_lsn .

View full details