atris / JDBC_FDW

FDW that wraps JDBC for PostgreSQL.It can be used to connect and fetch data from any data source that supports JDBC
Other
67 stars 38 forks source link

Is there anyway to get JDBC_FDW working under Windows? #6

Closed brunosimioni closed 11 years ago

brunosimioni commented 11 years ago

Atri,

I need to support JDBC_FDW under Windows environment. Is there any tip to get it built or is there any pre-built package?

Thanks!

merlinm commented 11 years ago

On Thu, Apr 18, 2013 at 2:21 PM, brunosimioni notifications@github.comwrote:

Atri,

I need to support JDBC_FDW under Windows environment. Is there any tip to get it built or is there any pre-built package?

Thanks!

— Reply to this email directly or view it on GitHubhttps://github.com/atris/JDBC_FDW/issues/6 .

As far as I know atri got it working....Atri, do you have instructions for windows environment?

merlin

atris commented 11 years ago

As JDBC_FDW can be built with PGXS, the following link should be helpful:

http://wiki.postgresql.org/wiki/Building_and_Installing_PostgreSQL_Extension_Modules

Under the windows part.

Please let me know if it works.