CartoDB / odbc_fdw

PostgreSQL Foreign-data Wrapper for ODBC
Other
66 stars 22 forks source link

insert, update and delete #97

Open chaddotson opened 5 years ago

chaddotson commented 5 years ago

Are insert, update and delete operations supported on foreign tables?

eboelcke commented 3 years ago

I join the same question. Unable to run DML queries on foreign table "ERROR: cannot update foreign table "odbc_test" SQL state: 0A000"

rafatower commented 3 years ago

No, they are not

rafatower commented 3 years ago

PS: DML operations are definitely not supported.