Exforsys
+ Reply to Thread
Results 1 to 2 of 2

Query with Querying Database

This is a discussion on Query with Querying Database within the MySQL forums, part of the Database category; I am using PostgreSQL for the past few months. Now I am faced with a problem.I want to query a ...

  1. #1
    rachelle is offline Member Array
    Join Date
    Apr 2006
    Answers
    97

    Query with Querying Database

    I am using PostgreSQL for the past few months. Now I am faced with a problem.I want to query a database other than the current one.Is it possible to query multiple databases using POSTGRE. How can I do that.


  2. #2
    ashlee is offline Senior Member Array
    Join Date
    Apr 2006
    Answers
    108
    It is not possible for you to query multiple databases at the same time using POSTGRE. The reason being PostgreSQL does the loading of database by using database-specific system catalogs. If you still want to use multiple databases results I would suggest you to handle on the user interface side by making separate connections to each of these and then combining the results in the user interface side. But this approach would reduce your performance. So use this only if you need it very essential.


Latest Article

Network Security Risk Assessment and Measurement

Read More...