Closed lifubang closed 8 years ago
https://github.com/cyga/www_fdw/wiki/Documentation:
In the current version (postgres 9.1) there is no implementation for FDW INSERT/DELETE/UPDATE. But stuff related for INSERT/DELETE/UPDATE is reserved for future.
When I insert a row to a www foreign table, it said ERROR: cannot insert into foreign table "www_fdw_test_search". and the webservice cann't receive any data.
WHEN select, the web service server's console log window:
WHEN insert: there are nothing in server's console log window. How to deal with this problem. thx.