Re: DBlink, postgres to DB2

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: DBlink, postgres to DB2
Дата
Msg-id CAHyXU0yDwU4peavkDc9bP8PpnP+YxDW-kmq1YH9+9YYhoZNOAQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: DBlink, postgres to DB2  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: DBlink, postgres to DB2  (Postgres India <pgbugindia@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: DBlink, postgres to DB2
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Inconsistency between PgAdmin III GUI and SQL window ?