We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
testgres/testgres/pubsub.py
Lines 136 to 142 in bab1d8e
See options_string function:
testgres/testgres/utils.py
Lines 265 to 266 in bab1d8e
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Documentation says - subscription_parameters must be enumerated through 'comma' symbol:
https://www.postgresql.org/docs/current/sql-createsubscription.html
Subscription class does it with 'space' symbol:
testgres/testgres/pubsub.py
Lines 136 to 142 in bab1d8e
See options_string function:
testgres/testgres/utils.py
Lines 265 to 266 in bab1d8e
Plan
The text was updated successfully, but these errors were encountered: