On Wed, 2 Sept 2026 at 13:49, Rafia Sabih <[email protected]> wrote: > Please find the reworked patchset in the attachment. > Looking forward to your feedback on this one.
I tried this patch out with the "postgres compatible" endpoint I built for MotherDuck[1]. DuckDB (currently) doesn't support cursors, so that is blocking us from supporting postgres_fdw. With this patchset (and a few small bugfixes on my side) I was able to get it to work with motherduck its postgres endpoint. [1]: https://motherduck.com/blog/motherduck-now-speaks-postgres/ P.S. I did not review any of the code.
