Closed penberg closed 1 year ago
You currently need to execute the pg_logical_slot_get_changes() function to replicate:
pg_logical_slot_get_changes()
SELECT * FROM pg_logical_slot_get_changes('pgturso_slot', NULL, NULL, 'url', 'http://127.0.0.1:8080/', 'auth', 's3cr3t');
Let's look into ways to make the replication happen automatically in the background.
This is implemented now with SQL extension functions.
You currently need to execute the
pg_logical_slot_get_changes()
function to replicate:Let's look into ways to make the replication happen automatically in the background.