Jelte Fennema-Nio

Results 688 comments of Jelte Fennema-Nio

duckpgq is currently not supported by pg_duckdb. The first problem requires duckpgq to fix this issue: https://github.com/cwida/duckpgq-extension/issues/210 Then you should be able to use `duckdb.query` instead of `duckdb.raw_query`. The second...

I'm assuming the zbx_monitor exists in your pgbouncer database? Does it work if you set auth_user and auth_dbname globally instead of for the `*` database: ``` [databases] * = host=localhost...

Thanks for the fix, I'll try it out soon.

Okay, that's obviously not great. I think it could be related to #867

Thanks all for the help debugging this. I found the cause and fixed it in https://github.com/duckdb/pg_duckdb/pull/981

Sorry for not responding. I've been trying to focus on getting 1.0 out (which has been going less well than intended). I'll get back to this after I've actually done...

Sadly that's because PIVOT is a special type of query in DuckDB that's not allowed to be used in DuckDB its `query` function. I think it could be possible to...

Sounds like a reasonable fix. If you create a PR I will merge it.