Re: Foreign Data Wrapper - Mailing list pgsql-general

From Michael Paquier
Subject Re: Foreign Data Wrapper
Date
Msg-id 20171222013837.GB11060@paquier.xyz
Whole thread Raw
In response to Foreign Data Wrapper  (Virendra Shaktawat - Quipment India <virendra.shaktawat@quipment.nl>)
List pgsql-general
On Thu, Dec 21, 2017 at 12:24:25PM +0000, Virendra Shaktawat - Quipment India wrote:
> [Quipment Logo]
> I have stuck at foreign data wrapper. I am accessing the form MS Sql Server. Foreign table has been created with
data.unfortunately I am unable to perform DML operation like insert, update and delete on foreign table. Whenever I
triedto perform DML operation on foreign table we are getting error i.e. "ERROR: cannot insert into foreign table
"test12"
> SQL state: 0A000"

You may want to see directly with the maintainers of the FDW you are using
for remote access. That's up to each FDW to use the set of APIs PostgreSQL
provides, and to support them when they come out.
--
Michael

Attachment

pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Intersection or zero-column queries
Next
From: Tom Lane
Date:
Subject: Re: Intersection or zero-column queries