### Problem Example, I can not join this query: ```sql 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