Re: Comparing two tables of different database

From: Jasen Betts <jasen(at)xnet(dot)co(dot)nz>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Comparing two tables of different database
Date: 2009-04-30 12:08:26
Message-ID: gtc4bq$4o1$6@reversiblemaps.ath.cx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 2009-04-29, Nicholas I <nicholas(dot)domnic(dot)i(at)gmail(dot)com> wrote:
> --000e0cd1d5062f2ca40468abd813
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: 7bit
>
> Hi,
>
> can anybody me suggest me, how to compare two tables of different
> database.

you want to use a join but can't...

you need to get both tables into the same database to be able to do a
join on them.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Edward W. Rouse 2009-04-30 22:07:41 Re: Comparing two tables of different database
Previous Message Jasen Betts 2009-04-30 12:05:03 Re: Comparing two tables of different database