Re: DB Links in Postgres?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-Admin <pgsql-admin(at)postgreSQL(dot)org>
Cc: "Tomeh, Husam" <htomeh(at)firstam(dot)com>
Subject: Re: DB Links in Postgres?
Date: 2005-11-15 03:36:01
Message-ID: 200511150336.jAF3a1v29803@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Bruce Momjian wrote:
> Tomeh, Husam wrote:
> > The use of Dblink would be very helpful in our application. From my
> > research so far, I found that PostgreSQL does not support DB links.
> > Could you confirm? And if true, is that something on the todo list.
> > Also, how stable is the code in the contrib/ to use in production
> > environments. Is code in contrib stable and matured? And what makes
> > certain code candidate to be in contrib? (The reason I'm asking is that
> > I found that there's dblink code in contrib/dblink)..
>
> dblink is the only way we currently have to do cross-database queries.
> /contrib is as good as the main code in many cases. Of course, _good_
> is a relative term. :-)

The short answer is that dblink is regularly used in production, as is
most of /contrib and PostgreSQL itself.

--
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 Tim Allen 2005-11-15 03:48:38 Re: Major Problem, need help! Can't run our website!
Previous Message Bruce Momjian 2005-11-15 03:23:17 Re: DB Links in Postgres?