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
The reason is that I have linked multiple postgres databases,
and each postgres database actually has only one public schema.
When cross-database joint query, I have to write a very long table path, like this
select*fromcatalog_1.public.some_table
left joincatalog_2.public.some_table on ...
left joincatalog_3.public.some_table on ...
It would be great if there is a way to link different connectors to the schema under the same catalog.
This discussion was converted from issue #18398 on July 25, 2023 09:04.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The reason is that I have linked multiple postgres databases,
and each postgres database actually has only one public schema.
When cross-database joint query, I have to write a very long table path, like this
It would be great if there is a way to link different connectors to the schema under the same catalog.
Beta Was this translation helpful? Give feedback.
All reactions