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
67 stars 38 forks source link

Units in Readme for querytimeout, maxheapsize. #17

Open hginzel opened 9 years ago

hginzel commented 9 years ago

Thank you very much for jdbc_fdw.

Can you please add units to paragraphs like

querytimeout : The time after which a query will be terminated automatically. This can be used for terminating hung queries.

in README file and/or wiki/Installation-instructions?

atris commented 9 years ago

Will do. Better,please raise a pull request and I will be happy to merge it.