Re: DBlink, postgres to DB2

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Postgres India <pgbugindia(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: DBlink, postgres to DB2
Date: 2014-10-31 01:49:35
Message-ID: 5452EAAF.1060506@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Soni M 2014-10-31 02:22:51 Re: Estimating WAL usage during pg_basebackup
Previous Message Devrim Gündüz 2014-10-31 00:16:42 Re: DBlink, postgres to DB2