Closed isapir closed 8 years ago
p.s. Obviously SELECT works properly on that same FDW:
postgres=# SELECT * FROM mssql_test1;
NOTICE: DB-Library notice: Msg #: 5701, Msg state: 2, Msg: Changed database context to 'TESTDB'., Server: SERVER, Process: , Line: 1, Level: 0
NOTICE: DB-Library notice: Msg #: 5703, Msg state: 1, Msg: Changed language setting to us_english., Server: SERVER, Process: , Line: 1, Level: 0
NOTICE: DB-Library notice: Msg #: 5701, Msg state: 2, Msg: Changed database context to 'TESTDB'., Server: SERVER, Process: , Line: 1, Level: 0
NOTICE: DB-Library notice: Msg #: 5703, Msg state: 1, Msg: Changed language setting to us_english., Server: SERVER, Process: , Line: 1, Level: 0
id | name
----+------
1 | Test
1 | Test
(2 rows)
Insert, update, and delete statements are not currently supported. Those are all included in feature request #9.
OK, Thank you.
Closing as duplicate of issue #9 then
Hi,
Are Update statements supported? I am getting errors on INSERT, UPDATE, and DELETE.