Re: [HACKERS] Foreign Data Wrapper

2015-11-19 Thread Big Mike
the odbcBeginForeignScan() and odbcIterateForeignScan(), and odbcGetQual() functions. Thanks On Fri, Nov 13, 2015 at 1:24 PM, Corey Huinker wrote: > On Fri, Nov 13, 2015 at 1:46 PM, Big Mike wrote: > >> Writing a Foreign Data Wrapper and interested in isolating the WHERE >>

[HACKERS] Foreign Data Wrapper

2015-11-13 Thread Big Mike
Writing a Foreign Data Wrapper and interested in isolating the WHERE clause to speed up the access of an indexed file on my filesystem. I'm attempting to understand the inner workings of how the data is retrieved so I'm writing code to just handle one case at the moment: WHERE clause on a single co