Re: DBlink, postgres to DB2

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Postgres India <pgbugindia(at)gmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org >> PG-General Mailing List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: DBlink, postgres to DB2
Date: 2014-10-22 10:56:51
Message-ID: CAFj8pRBk2_EpLE3g4XRrtv2y3aYmYXYOcENZkHQ1pA4AmpoSBA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

try to use a Perl implementation https://github.com/davidfetter/DBI-Link

There is a DBD driver for DB2 http://search.cpan.org/dist/DBD-DB2/DB2.pod

Or you can use a mentioned fdw wrapper - there is ODBC wrapper
https://wiki.postgresql.org/wiki/Foreign_data_wrappers#odbc_fdw and you can
access DB2 via generic ODBC DB2 driver

Regards

Pavel

2014-10-22 12:45 GMT+02:00 Postgres India <pgbugindia(at)gmail(dot)com>:

> Hi,
> I am trying to connect DB2 from postgres using dblink, is there any
> configuration required at DB2 and postgres server.
>
> If any command string please provide it.
>
>
>
> Thanks
> Manmohan. K
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2014-10-22 13:36:10 Re: DBlink, postgres to DB2
Previous Message Rémi Cura 2014-10-22 10:51:25 Re: DBlink, postgres to DB2