Re: BUG #14970: Foreign Data Wrapper for windows - Mailing list pgsql-bugs

From Michael Paquier
Subject Re: BUG #14970: Foreign Data Wrapper for windows
Date
Msg-id CAB7nPqS2Asbj+xog8B8M3pbNGK5QxaraLUSN3cgTB4a0qt7fiw@mail.gmail.com
Whole thread Raw
In response to BUG #14970: Foreign Data Wrapper for windows  (prabakaranbc@gmail.com)
List pgsql-bugs
On Wed, Dec 13, 2017 at 4:45 PM,  <prabakaranbc@gmail.com> wrote:
> We need to take data from MS SQL database and create views in Postgres.
>
> We could not find any wrapper to support for Windows 32 bit server.

If you look at the wiki page dedicated to FDWs
(https://wiki.postgresql.org/wiki/Foreign_data_wrappers), I can see
that tds_fdw can work with SQL server:
https://github.com/tds-fdw/tds_fdw
It doesn't seem to support windows builds, so it may be better to see
with those folks what's happening.
-- 
Michael


pgsql-bugs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: BUG #14972: row duplicate on first SELECT from CTE (by JOIN/FORUPDATE) from which UPDATE performed recently
Next
From: Tom Lane
Date:
Subject: Re: BUG #14952: COPY fails to fill in IDENTITY column default value