Обсуждение: windows binaries for FDW implementations?

Поиск
Список
Период
Сортировка

windows binaries for FDW implementations?

От
Chris Curvey
Дата:
Is there a trove of Windows installers for FDWs?  I'd like to try a proof-of-concept with the ODBC_FDW.

In the meantime, I'll try to go figure out how to go about building from source on windows, but if I can avoid that learning curve for my POC, that would be great.

-Chris

--
I asked the Internet how to train my cat, and the Internet told me to get a dog.

Re: windows binaries for FDW implementations?

От
Albe Laurenz
Дата:
Chris Curvey wrote:
> Is there a trove of Windows installers for FDWs?  I'd like to try a proof-of-concept with the
> ODBC_FDW.
> 
> In the meantime, I'll try to go figure out how to go about building from source on windows, but if I
> can avoid that learning curve for my POC, that would be great.

I guess the "easiest" way is to set up a build system for Windows,
add the module like a contrib module and build.

Yours,
Laurenz Albe