pg_replication_slots: Replication and change data capture | Supabase Docs. Hướng dẫn Cấu hình Debezium với PostgreSQL và Kafka .... Documentation: 16: 54.19. pg_replication_slots. PostgreSQL: Documentation: 17: 29.2. Subscription.
SELECT * FROM pg_replication_slots; Copy. Sample Output: postgres=# SELECT * FROM pg_replication_slots; slot_name | plugin | slot_type ...
You can monitor this by querying pg_replication_slots to determine the
slots that are not used. We’ll check back on this a bit later.
Identify the replication slot created by AWS DMS using the following command: SELECT * FROM pg_replication_slots;.