Re: Database joins - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: Database joins
Date
Msg-id 20020909084148.S13345-100000@megazone23.bigpanda.com
Whole thread Raw
In response to Database joins  ("Jay" <jayps@addr.com>)
List pgsql-sql
On Mon, 9 Sep 2002, Jay wrote:

> Hi,
> I have created two databases, db1 and db2  in my POSTGRESQL database system.
> And both the databases contains few tables also.
> Could you please help me to write a query which should retrieve data from both the databases
> (Database joins and table joins)

You cannot currently directly via sql only do
cross database joins. You might want to see
if contrib/dblink will let you do what you want
(iirc it's gotten better in 7.3 with the
functions returning result set stuff).



pgsql-sql by date:

Previous
From: "Troy"
Date:
Subject: Re: Character translation?
Next
From: Stephan Szabo
Date:
Subject: Re: Character translation?