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.