
January 24th, 2012, 06:08 AM
|
|
Registered User
|
|
Join Date: Jan 2012
Posts: 1
Time spent in forums: 10 m 45 sec
Reputation Power: 0
|
|
|
Querying multiple PostgreSQL databases.
Hello everyone,
PostgreSQL newbie here, so the following may be a dumb question. Is there a way I can create a view (or something similar) which gets data from multiple databases (all found on distinct machines) and can be queried like a single database? The databases all have exactly the same structure - they are from multiple installations of the same application. Outside applications should not be aware it works this way - they should view it as a single, big database.
|