postgres create replication slot.html - doctorplus.club
postgres create replication slot.html-Casual với phong cách hoạt hình, hãy đến chơi trong thế giới Mega Người chơi sẽ đến bệnh viện này để bắt đầu công việc của mình và theo dõi trò chơi.
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 .
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.
