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

From Merlin Moncure
Subject Re: DBlink, postgres to DB2
Date
Msg-id CAHyXU0yDwU4peavkDc9bP8PpnP+YxDW-kmq1YH9+9YYhoZNOAQ@mail.gmail.com
Whole thread Raw
In response to Re: DBlink, postgres to DB2  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: DBlink, postgres to DB2  (Postgres India <pgbugindia@gmail.com>)
List pgsql-general
On Wed, Oct 22, 2014 at 5:56 AM, Pavel Stehule <pavel.stehule@gmail.com> wrote:
> 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

jdbc-fdw should work too.

https://github.com/atris/JDBC_FDW

merlin


pgsql-general by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: DBlink, postgres to DB2
Next
From: Adrian Klaver
Date:
Subject: Re: Inconsistency between PgAdmin III GUI and SQL window ?