Closed fithisux closed 2 months ago
Hi there,
The extension should be available on windows as a community extension in DuckDB v1.0.0. This is all very new, but could you try the following commands?
install duckpgq from community;
load duckpgq;
After following the instructions to install DuckDB and starting it up, these instructions to install duckpgq
worked for me 🚀
install duckpgq from community; load duckpgq;
After that, I was able to run the example queries here.
But I tested this on macOS, not Windows.
OK @dbeatty10 , I have a big Dataset in my DuckDB, I will do and report back.
Thank you very much.
@fithisux could you give an update regarding this issue? Did the extension work on Windows? :)
Hi @Dtenwolde I tested today. It works fine with this test suite
https://community-extensions.duckdb.org/extensions/duckpgq.html
@fithisux Thanks for the update, closing this issue then :)
Hi, I would like this extension to be supported on windows since I am on windows.