alitrack / duckdb_fdw

DuckDB Foreign Data Wrapper for PostgreSQL
MIT License
267 stars 18 forks source link

support UUID type #32

Open ibotty opened 5 months ago

ibotty commented 5 months ago

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 1 week ago

Maybe this will be useful https://github.com/pgspider/sqlite_fdw/commit/d6387a8ea33129d69c45389ee20180d809a03f03 https://github.com/pgspider/sqlite_fdw/commit/a272452097d6997ac7f44baa70b5b627450f3ded