Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
VladimirPashchenko
Contributor
Contributor

Postgres manually set the name of the replication slot

 

Postgres  - is it possible to manually set the name of the replication slot on the Qlick. Instead of auto-generated like 'some_base_00017430_bcbc805f_aae1_b140_9ba6_866a882b819f'. 

 

 

Thanks. 

Labels (1)
3 Replies
ArmandoVBA
Contributor
Contributor

I think  you can do this by specifying the replication_slot_name option when creating the replication slot using the pg_create_physical_replication_slot function.

VladimirPashchenko
Contributor
Contributor
Author

Our Postgres admins want to manually create replication slots. Can I set the name of the slot in Qlick? without its automatic creation. For example cdc_qlik_some_base
RogerBeanPool
Contributor II
Contributor II