Open
Description
Documentation says - subscription_parameters must be enumerated through 'comma' symbol:
https://www.postgresql.org/docs/current/sql-createsubscription.html
CREATE SUBSCRIPTION subscription_name
CONNECTION 'conninfo'
PUBLICATION publication_name [, ...]
[ WITH ( subscription_parameter [= value] [, ... ] ) ]
Subscription class does it with 'space' symbol:
Lines 136 to 142 in bab1d8e
See options_string function:
Lines 265 to 266 in bab1d8e
Plan
- Create the tests
- Fix a problem
Metadata
Metadata
Assignees
Labels
No labels