Best practices for Amazon RDS PostgreSQL replication | AWS Database ...
rds-master=> select * from pg_replication_slots; slot_name | plugin | slot_type | datoid | database | temporary | active | active_pid | xmin | catalog_xmin | restart_lsn | confirmed_flush_lsn .
How to prepare for a transfer | Yandex Cloud - Documentation
(1 row) percona=# select slot_name,slot_type,active from pg_replication_slots; slot_name | slot_type | active . physical_replica_slot | physical | t (1 row).
Using PostgreSQL Replication Slots
postgres=# SELECT redo_lsn, slot_name,restart_lsn, round((redo_lsn-restart_lsn) / 1024 / 1024 / 1024, 2) AS GB_behind FROM pg_control_checkpoint(), pg_replication_slots; redo_lsn | slot_name | restart_lsn | gb_behind .
Using logical replication to replicate managed Amazon RDS for ...
postgres=# select * from pg_replication_slots where slot_name = 'slot_standby2'; -[ RECORD 1 . slot_name | slot_standby2 plugin | ~ slot_type | physical datoid ...
