Skip to content

PostgreSQL schema import that contains a multi-SELECT VIEW #432

Open
@tibeer

Description

@tibeer

Hi! Again, a very nieche problem. VIEWs, that look like this:

CREATE VIEW public.... AS
 SELECT ...
   FROM (...
     JOIN ... ON ((... = ...)))
UNION
 SELECT ...
   FROM (...
     JOIN ... ON ((... = ...)));

cannot be loaded, due to the second SELECT statement after the UNION. Again, removing this just works fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions