Skip to content
New issue

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

sql: support client_min_messages variable #12109

Closed
jordanlewis opened this issue Dec 6, 2016 · 1 comment
Closed

sql: support client_min_messages variable #12109

jordanlewis opened this issue Dec 6, 2016 · 1 comment
Labels
A-sql-pgcompat Semantic compatibility with PostgreSQL E-easy Easy issue to tackle, requires little or no CockroachDB experience

Comments

@jordanlewis
Copy link
Member

Sequelize tries to set client_min_messages when it starts up:

SET client_min_messages TO warning;

Support client_min_messages as a no-op variable for now.

@jordanlewis jordanlewis added E-easy Easy issue to tackle, requires little or no CockroachDB experience A-sql-pgcompat Semantic compatibility with PostgreSQL labels Dec 6, 2016
@cuongdo
Copy link
Contributor

cuongdo commented Dec 6, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-pgcompat Semantic compatibility with PostgreSQL E-easy Easy issue to tackle, requires little or no CockroachDB experience
Projects
None yet
Development

No branches or pull requests

2 participants