You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postgres does not support a type similar to the DuckDB UNION type. So we need to make some concessions here. What we can do is the following:
If people actually select a UNION column in the output of their query, we should probably just convert it to its text representation.
We should add a duckdb.union type, for which we implement the union_extract and union_tag functions, so people can extract duckdb.unresolved_type values from it.
Description
Postgres does not support a type similar to the DuckDB UNION type. So we need to make some concessions here. What we can do is the following:
duckdb.union
type, for which we implement theunion_extract
andunion_tag
functions, so people can extractduckdb.unresolved_type
values from it.Once we do this we can un-exclude:
pg_duckdb/test/regression/expected/test_all_types.out
Line 19 in 02ebeae
The text was updated successfully, but these errors were encountered: