PostgreSQL
Supported Ingestion Methods
Enable Change Data Capture (CDC)
Configure server-level settings
Create a dedicated replication slot
SELECT pg_create_logical_replication_slot('verb_replication_slot', 'test_decoding');Grant permissions to user
Last updated