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

From Anand Raman
Subject Re: How I can join between the other database's tables?
Date
Msg-id 20001226212437.E2481@india-today.com
Whole thread Raw
In response to How I can join between the other database's tables?  (Ioseph Kim <ioseph@paolo.net>)
Responses Re: How I can join between the other database's tables?  (Adam Haberlach <adam@newsnipple.com>)
List pgsql-general
hi
According to my knowledge this cant yet be achieved in postgresql..
I sincerly hope i am wrong..
Anand

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?

pgsql-general by date:

Previous
From: Ioseph Kim
Date:
Subject: How I can join between the other database's tables?
Next
From: Niral Trivedi
Date:
Subject: User Privileges