diff --git a/pgsync/constants.py b/pgsync/constants.py index 8a75e84..b80b97f 100644 --- a/pgsync/constants.py +++ b/pgsync/constants.py @@ -208,5 +208,5 @@ r"table\s\"?(?P[\w-]+)\"?.\"?(?P[\w-]+)\"?:\s(?P[A-Z]+):" # noqa E501 ) LOGICAL_SLOT_SUFFIX = re.compile( - '\s(?P"?\w+"?)\[(?P[\w\s]+)\]:(?P[\w\'"\-]+)' + '\s(?P"?\w+"?)\[(?P[\w\s]+)\]:(?P[\w\'"\-\\.\\+]+)' )