Re: How I can join between the other database's tables? - Mailing list pgsql-general

From Adam Haberlach
Subject Re: How I can join between the other database's tables?
Date
Msg-id 20001227174425.B32586@newsnipple.com
Whole thread Raw
In response to Re: How I can join between the other database's tables?  (Anand Raman <araman@india-today.com>)
Responses Re: How I can join between the other database's tables?
List pgsql-general
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
adam@newsnipple.com       |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.

pgsql-general by date:

Previous
From:
Date:
Subject: Re: Auto Increment
Next
From: "Dan Wilson"
Date:
Subject: phpPgAdmin 2.2.1 Released!