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

[pg] SET statement failed #193

Closed
VWagen1989 opened this issue Nov 21, 2024 · 1 comment
Closed

[pg] SET statement failed #193

VWagen1989 opened this issue Nov 21, 2024 · 1 comment
Labels
bug Something isn't working compatibility Be compatible with some old fashion request

Comments

@VWagen1989
Copy link
Contributor

postgres=# SET client_min_messages = warning;                                                
ERROR:  Catalog Error: unrecognized configuration parameter "client_min_messages"

Did you mean: "schema" (errno 1105) (sqlstate HY000)

Maybe we should store all the system variables as the MySQL part does.

@VWagen1989 VWagen1989 added bug Something isn't working compatibility Be compatible with some old fashion request labels Nov 21, 2024
VWagen1989 added a commit that referenced this issue Nov 29, 2024
* feat(pg): supports SET/SHOW statement (#193)

* fix: bypass the configuration of DuckDB setting to backend DuckDB connection

* fix: solve problems of getting and setting session variables

* fix: solve problems of unit test in binlogreplication

* fix: RESET ALL is not supported yet

* refactor: move handlers for pg_catalog to a new file

* fix: adopt CR feedback
@fanyang01
Copy link
Collaborator

Done in #226

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working compatibility Be compatible with some old fashion request
Projects
None yet
Development

No branches or pull requests

2 participants