cyga / www_fdw

fdw extension for postgres
http://wiki.postgresql.org/wiki/WWW_FDW
123 stars 21 forks source link

DML support? #7

Open rpedela opened 9 years ago

rpedela commented 9 years ago

I am interested in making calls to Stripe and I am curious if INSERT, UPDATE, DELETE are supported which would translate into a HTTP POST or DELETE request? If so, are there any examples of that?

cyga commented 9 years ago

It's not implemented.

Starting since 9.3 it's possible to implement insert/update/delete: http://www.postgresql.org/docs/9.3/static/fdw-callbacks.html#FDW-CALLBACKS-UPDATE

I reserverd couple of configs for future insert/update/delete: https://github.com/cyga/www_fdw/wiki/Documentation#configuration But never implemented new callbacks.

2014-11-13 7:05 GMT+06:00 Ryan Pedela notifications@github.com:

I am interested in making calls to Stripe and I am curious if INSERT, UPDATE, DELETE are supported which would translate into a HTTP POST or DELETE request? If so, are there any examples of that?

Reply to this email directly or view it on GitHub https://github.com/cyga/www_fdw/issues/7.

Alexandr Sudakov Software Developer email: cygakoB@gmail.com skype: asudakov