Re: Querying multiple databases...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Douglas Mayle <douglas(at)mayle(dot)org>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Querying multiple databases...
Date: 2003-03-07 20:25:19
Message-ID: 200303072025.h27KPJ221194@candle.pha.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin


See /contrib/dblink.

---------------------------------------------------------------------------

Douglas Mayle wrote:
> In Oracle, it is possible to use DB links to run a query across more than
> one database (ie. Select * from table_in_thisdb, table1(at)externaldb). Is
> there any way to perform something similar in Postgres?
>
>
>
> <http://dmayle.com/dotsig.gif>
>
> Doug
>
>
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message A.Bhuvaneswaran 2003-03-08 04:59:00 Re: deadlock detected during insert
Previous Message Douglas Mayle 2003-03-07 19:54:47 Querying multiple databases...