Replies: 1 comment
-
What are you trying to accomplish? I believe you can use a Postgres FDW to accomplish the same thing, and DuckDB will be able to read it via pg_duckdb. If you really wish to use postgres_scanner, you can also run whatever DuckDB queries you wish using the Also this has been raised before, so there's some additional info here: #220 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm able to load this extension successfully, but I can't use the postgres_scan() function. It would be very useful to have, so I'm requesting support for this extension through pg_duckdb.
Beta Was this translation helpful? Give feedback.
All reactions