Re: Regarding Tds_fdw

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Regarding Tds_fdw
Date: 2018-11-28 10:51:22
Message-ID: 3011f815-48e4-b57c-668d-dc8f618e0294@gmx.net
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

Durgamahesh Manne schrieb am 28.11.2018 um 11:28:
> I have configured tds_fdw on postgres server.. I have created
> multiple foreign tables related to sql server as of now i could run
> select queries with out any issues
>
>   i got  this error ERROR: cannot insert into foreign table "pgsql"  when i tried to insert the data into foerign table 
>
> 1) Is there any way to run insert delete update  queries on foreign tables ?

The TDS FDW currently does currently not support write operations:

Quote from https://github.com/tds-fdw/tds_fdw

The current version does not yet support JOIN push-down, or write operations.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2018-11-28 10:52:17 Re: Regarding Tds_fdw
Previous Message Durgamahesh Manne 2018-11-28 10:28:31 Regarding Tds_fdw