atris / JDBC_FDW

FDW that wraps JDBC for PostgreSQL.It can be used to connect and fetch data from any data source that supports JDBC
Other
66 stars 38 forks source link

Add ability to handle quals (where conditions) #8

Closed daledude closed 6 years ago

daledude commented 11 years ago

Can you add the ability to push down the where conditions to the remote dbase? I have some very large dbases that won't handle the straight select without a where clause very well.

atris commented 11 years ago

Yeah, it is a feature that I have in mind.I will start work in August, unless somebody else wants to contribute. Patches are welcome!