dblink_tds or similar for PostgreSQL 10

From: Carlos Martinez <camarti(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: dblink_tds or similar for PostgreSQL 10
Date: 2017-09-27 07:02:27
Message-ID: CA+Mn-VYj64xadjewU0uWBDo67=f7yxziZYt-CveztpqBEc7hDg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi.

I need to migrate a database from Postgres 9.0 to Postgres 10.

On pg9 we use dblink_tds to connect to a Ms SQL Server to do a simple
INSERT and a simple SELECT.

So, there is an alternative in pg10 similar to dblink_tds for make
SELECTs and INSERTs on MS SQL?

If not, what do yo recommend me?

Thanks.

Carlos Martinez.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Fabrízio de Royes Mello 2017-09-27 13:57:56 Re: dblink_tds or similar for PostgreSQL 10
Previous Message David G. Johnston 2017-09-25 15:08:29 Re: Foreign data wrappers for Oracle from Postgresql in RDS environment