On Tue, Dec 26, 2000 at 09:24:37PM +0530, Anand Raman wrote:
> On Wed, Dec 27, 2000 at 12:15:56AM +0900, Ioseph Kim wrote:
> ># createdb a
> ># createdb b
> ># psql a
> >create table a (name text);
> >\q
> ># psql b
> >create table a (name text);
> >
> >-------
> >Now, I want to join table a of database a and table a of database b.
> >How?

> According to my knowledge this cant yet be achieved in postgresql..
> I sincerly hope i am wrong..

        I'm pretty sure you are right.  If your data is related enough to be
joined, it should be related enough to be in the same database.

-- 
Adam Haberlach            |A cat spends her life conflicted between a
[EMAIL PROTECTED]       |deep, passionate, and profound desire for
http://www.newsnipple.com |fish and an equally deep, passionate, and
'88 EX500                 |profound desire to avoid getting wet.

Reply via email to