Description
Currently olake not support replication slot name containing number e.g. 123_olake_slot
Steps to reproduce
-> create a replication slot containing number
-> run CDC sync using it
-> error will be faced syntax error
Expected behavior
Replication slot can be created using underscore and number in postgres, so olake must support it.