max_replication_slots postgres
Hướng dẫn Cấu hình Debezium với PostgreSQL và Kafka ...
SELECT * FROM pg_replication_slots; Copy. Sample Output: postgres=# SELECT * FROM pg_replication_slots; slot_name | plugin | slot_type ...
replication | Cộng đồng PostgreSQL Việt Nam's blog
Kiểm tra Replica Slot đã được tạo hay chưa bằng lệnh sau: SELECT * FROM pg_replication_slots; Copy. Sample Output: postgres=# SELECT * FROM ...
Documentation: 17: pg_upgrade
DangnoMacBook-Pro:postgres bocap$ grep -e max_replication_slots -e max_wal_senders -e wal_level $PGDATA/postgresql.conf wal_level = logical # minimal, replica, ...