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?