alitrack/duckdb_fdw

support UUID type

ibotty opened this issue · 1 comments

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.