Re: How I can join between the other database's tables?

From: Anand Raman <araman(at)india-today(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How I can join between the other database's tables?
Date: 2000-12-26 15:54:37
Message-ID: 20001226212437.E2481@india-today.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Niral Trivedi 2000-12-26 16:55:23 User Privileges
Previous Message Ioseph Kim 2000-12-26 15:15:56 How I can join between the other database's tables?