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 writes for PostgreSQL 9.3+ #11

Open davidfetter opened 10 years ago

davidfetter commented 10 years ago

As subject

http://www.postgresql.org/docs/9.3/static/fdwhandler.html

benmehlman commented 10 years ago

Thanks for the fantastic work.. works like a dream querying MSSQL. But I need INSERT and UPDATE :( Any chance you will add it??

atris commented 10 years ago

I am looking at it. However, right now I am a bit busy in other PostgreSQL projects. I shall definitely get to work on it, but it may take some time.

However, if you or anybody else feels like working on it, please go ahead.

Patches are welcome!

On Wed, Nov 6, 2013 at 7:37 AM, Ben Mehlman notifications@github.comwrote:

Thanks for the fantastic work.. works like a dream querying MSSQL. But I need INSERT and UPDATE :( Any chance you will add it??

— Reply to this email directly or view it on GitHubhttps://github.com/atris/JDBC_FDW/issues/11#issuecomment-27834530 .

Regards,

Atri l'apprenant