Skip to content

Can not join across database schema #513

@kreazyme

Description

@kreazyme

Problem

Example, I can not join this query:

SELECT *
FROM db1.tableA a
JOIN db2.tableB b ON a.id = b.id;

Using newest version, postgresql 16

Proposed solution

No response

Alternatives considered

No response

Related database type

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions