Geoff Montee

Results 102 comments of Geoff Montee

@sumariva, I don't know if this warning should be treated in a non-fatal manner without knowing exactly what is going wrong here for you. Can you please try to find...

You might want to try downloading the most recent commit of tds_fdw and then compiling tds_fdw with [`DEBUG`](https://github.com/GeoffMontee/tds_fdw/blob/720ae2491b37f03e5b7a89778571c71408501b6b/src/tds_fdw.c#L56) defined. Then tds_fdw will give you a lot of information about what's...

Hi @simonegiacomelli, Unfortunately, this feature is not yet complete. If anyone else wants to perform some of the development and submit a pull request, the current code is in the...

Thanks for pointing out the new join push-down feature in 9.5, @davidfetter. I have occasionally read over the threads about this on the hackers list. I hope to get around...

Hi @ykseiljon, I haven't tried compiling tds_fdw on Windows, but it might work. FreeTDS can supposedly be built on Windows: http://www.freetds.org/userguide/osissues.htm#WINDOWS

I found out today that tds_fdw 1.0.7 is distributed with [BigSQL](http://www.bigsql.org/), which is available for Windows. You can see it listed on their [components page](http://www.bigsql.org/se/components.jsp). It might be possible to...

Hi @devrimgunduz, Thanks for building tds_fdw RPMs! I'm not sure what to do for 9.6 support yet. I was hoping to have 2.0 stable by now, but the write functionality...

I just created a 1.0.8 release that builds with PostgreSQL 9.6 and has tds_version 7.4 support. You can find it here: https://github.com/tds-fdw/tds_fdw/releases/tag/v1.0.8 Please let me know if you have any...

Hi @Smtgr14, Thanks for pointing out those problems. I just committed a fix for those, and I re-released a working 1.0.8 release. I did test the first 1.0.8 release on...

WHERE pushdown is a new feature in 2.0, so that isn't in 1.0.8. I created the new 1.0 branch from commit 7b7464cef18ac59b6b986bed6fda4c00310e8813, which is the commit just before I added...