Re: postgres_fdw : Not able to update foreign table referring to a local table's view when use_remote_estimate = true - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Re: postgres_fdw : Not able to update foreign table referring to a local table's view when use_remote_estimate = true
Date
Msg-id 571F6416.9080908@lab.ntt.co.jp
Whole thread Raw
In response to Re: postgres_fdw : Not able to update foreign table referring to a local table's view when use_remote_estimate = true  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 2016/04/26 12:52, Robert Haas wrote:
> On Mon, Apr 25, 2016 at 2:54 AM, Ashutosh Bapat
> <ashutosh.bapat@enterprisedb.com> wrote:
>> Thinking loudly:
>>
>> This error is hard to interpret for a user who doesn't know about ctid. Till
>> we find a solution, we can at least fail gracefully with an error something
>> like "DMLs are not supported on foreign tables referring to views/non-tables
>> on foreign server" is not supported. While creating the foreign table a user
>> can specify whether the object being referred is updatable (writable?) or
>> not, Import foreign schema can set the status by looking at pg_class type
>> entry. The efforts required may not be worth the usage given that this case
>> is highly unlikely. May be we should just update the documents saying that a
>> user may encounter such an error if s/he attempts to update/delete such a
>> foreign table.

> I would be disinclined to add code specifically to catch this, since
> the only report we have so far is from someone whose job is to find
> corner cases that break.  Which he did, and good for him, but like you
> say, that doesn't mean it's a big real-world problem.  Adding a
> sentence to the documentation stating that pointing a foreign table at
> a view is fine for SELECT, but that UPDATE and DELETE may not work,
> seems like enough.

+1 for just updating the documentation.

Best regards,
Etsuro Fujita





pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: Optimization for updating foreign tables in Postgres FDW
Next
From: Christian Ullrich
Date:
Subject: Parallel build with MSVC