Geoff Montee

Results 102 comments of Geoff Montee

Hi @Smtgr14, > @GeoffMontee any chance we can get an ETA for where pushdown? I love the parallelism in PG 9.6 but without WHERE pushdown, I can't upgrade. I've got...

Hi @merlinm, Thanks for the suggestions! > 1. server msg_handler changed to 'notice' The `notice` behavior used to be the default behavior. As far as I could tell, the number...

Even when using the 2.0 releases or the master branch, WHERE pushdowns do not occur when the `query` foreign table option is used to define the foreign table. You would...

Hi @oscarrfp, No, I don't think you can call remote stored procedures with tds_fdw at the moment. You probably can't even set a stored procedure as a table's `query` parameter,...

I haven't tried installing it on Windows yet. It looks like [FreeTDS supports Windows](http://www.freetds.org/userguide/osissues.htm#WINDOWS), so it may also be possible to build tds_fdw on Windows.

Hi @ivomts, I still haven't tried installing it on Windows yet, so I'm not sure exactly what process you would use. I would like to try some day, if I...

Thanks for sharing, @TwentyOneSolutions! That should be useful if I try to test this out with MinGW.

Hi @jkort, The `dbiscount` and similar functions are functions provided by FreeTDS. If Visual Studio can't resolve those symbols, then this suggests to me that the FreeTDS library isn't being...

It sounds like `.LIB` is the [extension for static libraries in Windows](http://stackoverflow.com/questions/913691/dll-and-lib-files-what-and-why), so you are probably on the right track. You might just have to add `dblib.LIB` to your Visual...

It sounds like you've made some great progress! If your connection is getting dropped, then it sounds like the backend might be crashing. Is there any information in your PostgreSQL...