Y
Hacker News
new
|
ask
|
show
|
jobs
by
riquito
1420 days ago
Not suggesting it, but for the sake of knowledge you can join tables living in different databases, as long as they are on the same server (e.g. mysql, postgresql, SQL server supports it - doesn't necessarily come for free)
1 comments
yellowapple
1420 days ago
In PostgreSQL's case, it doesn't even need to be the same server:
https://www.postgresql.org/docs/current/postgres-fdw.html
link