duckdb_fdw icon indicating copy to clipboard operation
duckdb_fdw copied to clipboard

support UUID type

Open ibotty opened this issue 1 year ago • 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.

ibotty avatar Jan 17 '24 13:01 ibotty

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

mkgrgis avatar Jun 28 '24 10:06 mkgrgis