1
0
Fork
You've already forked JDBC_FDW
0
No description
  • C++ 67.4%
  • C 25%
  • Java 6.5%
  • Makefile 1.1%
Find a file
2013年08月16日 11:08:26 -07:00
jdbc_fdw--1.0.sql First Commit 2012年06月15日 15:54:15 +05:30
jdbc_fdw.c Removed CRLF silliness. 2013年08月16日 11:08:26 -07:00
jdbc_fdw.control A bug fixed and 9.2 support added 2012年07月09日 20:25:19 +05:30
JDBCDriverLoader.java Formatting done and some documentation added 2012年08月10日 02:54:56 +05:30
JDBCUtils.java Commit before git pull 2012年10月08日 14:45:04 -04:00
jni.h First Commit 2012年06月15日 15:54:15 +05:30
jni_md.h First Commit 2012年06月15日 15:54:15 +05:30
Makefile Makefile condition 2012年12月31日 00:08:32 -02:00
META.json Basic query cancellation and query timeout added.Makefile updated and META.json corrected 2012年07月02日 15:14:11 +05:30
README Error reporting from JDBCUtils.java to C code improved,comments added in JDBCUtils.java,README formatting corrected 2012年08月14日 01:17:06 +05:30
README.md README updated 2012年06月15日 16:33:50 +05:30

JDBC_FDW

FDW that wraps JDBC for PostgreSQL.It can be used to connect and fetch data from any data source that supports JDBC.

Please read the README before using jdbc_fdw.