Skip to content

Support for converting DuckDB STRUCT type to Postgres composite ROW type #599

@JelteF

Description

@JelteF

Description

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:

struct,
struct_of_arrays,

Metadata

Metadata

Assignees

No one assigned

    Labels

    typesIssues related to type conversions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions