Multiple DB join - Mailing list pgsql-sql

From Sumeet Ambre
Subject Multiple DB join
Date
Msg-id 44E0EA72.2090505@indiana.edu
Whole thread Raw
Responses Re: Multiple DB join  ("Shoaib Mir" <shoaibmir@gmail.com>)
Re: Multiple DB join  (Andrew Sullivan <ajs@crankycanuck.ca>)
List pgsql-sql
Hi All,

I have a database which consists of 20 million records and I've split up 
the db into 6-7 dbs. I have a base database which consists of
the ids with link all the databases. I'm performing search on this 
single base table. After searching i get some ids which are ids in the other
databases which i split up. Now i need to retrieve those records. Is 
there a way i can join tables from multiple databases as we can join 
multiple tables
in a single database.

Thanks,
SA.


pgsql-sql by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: SQLMAP IBATIS insert values from web forms to a money type column
Next
From: "Shoaib Mir"
Date:
Subject: Re: Multiple DB join