Re: DBlink, postgres to DB2

From: Rémi Cura <remi(dot)cura(at)gmail(dot)com>
To: Postgres India <pgbugindia(at)gmail(dot)com>
Cc: PostgreSQL General <pgsql-general(at)postgresql(dot)org>
Subject: Re: DBlink, postgres to DB2
Date: 2014-10-22 10:51:25
Message-ID: CAJvUf_trCDOhMvxuwYsDN55VEi_D0ssQwyJZFXeiqXVvc8E3ZA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You may want to use foreign data wrapper (fdw)

https://wiki.postgresql.org/wiki/Foreign_data_wrappers

Cheers,
Rémi-C

2014-10-22 12:50 GMT+02:00 Rémi Cura <remi(dot)cura(at)gmail(dot)com>:

> Hey
> http://www.postgresql.org/docs/9.3/static/contrib-dblink-connect.html
> Seems dblink is for postgres to postgres connections.
> Cheers,
> Rémi-C
>
> 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

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2014-10-22 10:56:51 Re: DBlink, postgres to DB2
Previous Message Rémi Cura 2014-10-22 10:50:05 Re: DBlink, postgres to DB2