apecloud / myduckserver

MySQL & Postgres Analytics, Reimagined
182 stars 8 forks source link

[pg] SET statement failed #193

Open VWagen1989 opened 18 hours ago

VWagen1989 commented 18 hours ago
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.