odbc_fdw
odbc_fdw copied to clipboard
PostgreSQL Foreign-data Wrapper for ODBC
Hello Zheng, as odbc_fdw is linked from the Postgres WIKI, I found is kind of bitter that it did not compile with a recent version. Thus I've added the required...
Missing symbols, changed call signatures, etc. Easily reproducible. If you do not plan to maintain this code, please at least qualify by stating exactly what it will build against and...
odbc_fdw.c:1121 need list copy odbcIterateForeignScan need add MemoryContext,if table columns is so much, col_size_array address is bad .
ERROR: could not access file "$libdir/odbc_fdw": No such file or directory How can I solve it? Thanks.
Hi, You say you have tested it on windows 7. I can't compile it in Windows Server 2012, only errors. Could you please send me the compiled files? Regards,
The Foreign Data Wrapper API changed a lot since PG 9.2, requiring us to provide more callbacks to help the query planner in choosing a good query plan (esp. since...
Hi, Setup: OS X 10.6.8; ODBC database is 4th Dimension (4D) 12.3. I setup a simple example with 1 field based on the example found in the readme file. I...