Re: tds_fdw - work on windows

From: "Mammarelli, Joanne T" <joanne(dot)t(dot)mammarelli(at)verizon(dot)com>
To: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: tds_fdw - work on windows
Date: 2015-11-10 15:37:07
Message-ID: 2A9DC32516465540A0B1D37D25D6EF9A04149BECB1@FHDP1LUMXC7V12.us.one.verizon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Are there any options for linking a Microsoft sql database to a postgresql database?

(I want the postgresql database to be the "puller")

-----Original Message-----
From: Jim Nasby [mailto:Jim(dot)Nasby(at)BlueTreble(dot)com]
Sent: Tuesday, November 10, 2015 10:21 AM
To: Mammarelli, Joanne T; pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] tds_fdw - work on windows

On 11/10/15 7:57 AM, Mammarelli, Joanne T wrote:
> Hi - rookie user here.
>
> I'd like to access data on my Microsoft sql database from my postgres
> database.
>
> I stumbled upon the tds_fdw extension and it reads as if it it's *nix only.
>
> Would acquiring tds_fdw.control from one of the repos possibly work on
> a windows-based postgres installed database?

Building source code on windows is radically different than doing so on unix, so no. The only thing that might work is setting up a cygwin environment and seeing if it will build in that.

BTW, if you want to get an easier introduction to using unix than switching to an actual linux/unix get a Mac. The command line is unix.
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX Experts in Analytics, Data Architecture and PostgreSQL Data in Trouble? Get it in Treble! http://BlueTreble.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mammarelli, Joanne T 2015-11-10 15:39:20 Slow response if pulling through pgadmin
Previous Message Jim Nasby 2015-11-10 15:31:49 Re: Disk I/O Question