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
DuckDB has anonymous STRUCT types, with named fields. Postgres doesn't have an equivalent type. The best we can probably do is use the ROW type. This is anonymous compound type, but the fields are not named.
Once supported we can un-exclude the STRUCT types from this test: