support UUID type
ibotty opened this issue · 1 comments
ibotty commented
It would be great to allow the UUID type. ATM you'll get an error, that it's not supported.
A workaround is to create the column in duckdb's table with type UUID
and the PostgreSQL foreign table's type with type TEXT
.
mkgrgis commented
Maybe this will be useful
pgspider/sqlite_fdw@d6387a8
pgspider/sqlite_fdw@a272452