Re: DBlink, postgres to DB2 - Mailing list pgsql-general

From Craig Ringer
Subject Re: DBlink, postgres to DB2
Date
Msg-id 5452EAAF.1060506@2ndquadrant.com
Whole thread Raw
In response to DBlink, postgres to DB2  (Postgres India <pgbugindia@gmail.com>)
List pgsql-general
On 10/22/2014 06:45 PM, Postgres India wrote:
> Hi,
> I am trying to connect DB2 from postgres using dblink, is there any
> configuration required at DB2 and postgres server.

You'll need dbi-link (which uses Perl's DBI drivers) or a foreign data
wrapper.

dblink is for connections between PostgreSQL servers.


--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-general by date:

Previous
From: Devrim Gündüz
Date:
Subject: Re: DBlink, postgres to DB2
Next
From: Soni M
Date:
Subject: Re: Estimating WAL usage during pg_basebackup