We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
UUID
TEXT
The text was updated successfully, but these errors were encountered:
Maybe this will be useful pgspider/sqlite_fdw@d6387a8 pgspider/sqlite_fdw@a272452
Sorry, something went wrong.
No branches or pull requests
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 typeTEXT
.The text was updated successfully, but these errors were encountered: