-
Bug
-
Resolution: Done
-
Minor
-
0.9.0.Beta1
-
None
PostgreSQL allows to use a numeric slot name (for more details refer to Querying And Manipulating Replication Slots) but the PostgresConnector fails when I specify numeric slot name in connector settings.
The following command succeeds in psql:
select pg_create_logical_replication_slot('123', 'decoderbufs');