view replication slots postgres
Best practices for Amazon RDS PostgreSQL replication | AWS Database ...
postgres=# SELECT * FROM pg_create_physical_replication_slot('node slot_name | lsn . node_a_slot | postgres=# SELECT slot_name, slot_type, active FROM pg_replication_slots; slot_name | slot_type | active .
replication | Cộng đồng PostgreSQL Việt Nam's blog
PostgreSQL Replication - Xây dựng CI-CD để deploy tự động. Bài trước mình đã đi sơ lược về postgres ... max_replication_slots = 5 synchronous_commit = off. Đã sao ...
postgresql - How to disable replication_slot on postgres - Stack ...
postgres=# CREATE SUBSCRIPTION sync CONNECTION 'dbname=postgres host=localhost port=5432' PUBLICATION sync WITH (synchronous_commit = 'on'); NOTICE: created replication slot "sync" on publisher CREATE SUBSCRIPTION.