You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had set up MyDuck Server in Server Mode, I want to connect it through some query tools like Metabase, DBeaver, PgAdmin, Navicat, but all of them are also not work. I meet difference problems when connecting via those tools.
With DBeaver the connection error is: Catalog Error: Type with name regclass does not exist!
PgAdmin: Unable to connect to server: fallback statement execution failed: Catalog Error: Scalar Function with name set_config does not exist!
Navicat: fallback statement execution failed: Error: Values list "d" does not have a column named "dattatablespace"
Metabase: connections could not be acquired from the underlying database! ( connecting to metabase is necessary, if it coundn't happen, I have to stop using MyDuck Server )
I'm wondering if MyDuck Server is using the standard Postgres protocol, because it's fine to use those tools to connect to other PostgreSQL databases, these problems only occur when I connect to MyDuck Server.
Any answers are appreciated !!
The text was updated successfully, but these errors were encountered:
@huynguyn2000 Hi, Thanks for this detailed feedback for MyDuck server!
Yeah, it seems there still be some compatibility problems between MyDuck server and the PostgreSQL wire protocol. We'll take an action to address this issue now. Please stay tuned!
* fix: solve issue of handling extended query (#342)
* fix: add internal view pg_stat_user_tables and add query rewritten for type casting
* create internal macros to mimic some pg system functions
* wip: add pg_catalog.pg_get_indexdef
* fix: use a better regex pattern to replace the sys function names
* fix: make 'SET SESSION CHARACTERISTICS TRANSACTION ...' work and use session level pgtypes.Map for each session to encode results
* fix: cast DuckDB HUGEINT to pgtype.Numeric
* fix: adopt CR feedbacks
* fix: add tests and resolve failed tests
I had set up MyDuck Server in Server Mode, I want to connect it through some query tools like Metabase, DBeaver, PgAdmin, Navicat, but all of them are also not work. I meet difference problems when connecting via those tools.
With DBeaver the connection error is: Catalog Error: Type with name regclass does not exist!
PgAdmin: Unable to connect to server: fallback statement execution failed: Catalog Error: Scalar Function with name set_config does not exist!
Navicat: fallback statement execution failed: Error: Values list "d" does not have a column named "dattatablespace"
Metabase: connections could not be acquired from the underlying database! ( connecting to metabase is necessary, if it coundn't happen, I have to stop using MyDuck Server )
I'm wondering if MyDuck Server is using the standard Postgres protocol, because it's fine to use those tools to connect to other PostgreSQL databases, these problems only occur when I connect to MyDuck Server.
Any answers are appreciated !!
The text was updated successfully, but these errors were encountered: