InterviewSolution
| 1. |
How Do I Perform Queries Using Multiple Databases? |
|
Answer» There is no WAY to query a database other than the CURRENT ONE. Because POSTGRESQL loads database-specific system catalogs, it is uncertain how a cross-database query should even behave. There is no way to query a database other than the current one. Because PostgreSQL loads database-specific system catalogs, it is uncertain how a cross-database query should even behave. |
|