Re: Multiple Databases

From: "peter" <peter(at)peter(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Multiple Databases
Date: 2002-10-24 06:42:52
Message-ID: ap84ap$1g8o$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

thanks for your help guys.

Peter

"Joe Conway" <mail(at)joeconway(dot)com> wrote in message
news:3DB6D01C(dot)9000601(at)joeconway(dot)com(dot)(dot)(dot)
> Josh Berkus wrote:
> >>Is it possible to create a view using tables from two different
> >>postgresql
> >>servers?
> >
> > No.
> >
>
> It isn't possible with plain old SQL, but it is possible (albeit ugly)
using
> contrib/dblink in PostgreSQL 7.2.x. See README.dblink for documentation
and
> examples.
>
> In PostgreSQL 7.3 (in beta testing now) the syntax and usability of
> contrib/dblink is greatly improved.
>
> Joe
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Achilleus Mantzios 2002-10-24 07:36:54 Re: Sum of Every Column
Previous Message Ludwig Lim 2002-10-24 04:10:32 Simulating a SELECT..FOR UPDATE to LOCK and SELECT statement