Re: Odd behavior in foreign table modification (Was: Re: Optimization for updating foreign tables in Postgres FDW) - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Re: Odd behavior in foreign table modification (Was: Re: Optimization for updating foreign tables in Postgres FDW)
Date
Msg-id 56B41F18.1040308@lab.ntt.co.jp
Whole thread Raw
In response to Re: Odd behavior in foreign table modification (Was: Re: Optimization for updating foreign tables in Postgres FDW)  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 2016/02/05 12:28, Robert Haas wrote:
> On Thu, Jan 28, 2016 at 7:36 AM, Etsuro Fujita
> <fujita.etsuro@lab.ntt.co.jp> wrote:
>> Attached is that version of the patch.
>>
>> I think that postgres_fdw might be able to insert a tableoid value in the
>> returned slot in e.g., postgresExecForeignInsert if AFTER ROW Triggers or
>> RETURNING expressions reference that value, but I didn't do anything about
>> that.

> Thanks.  I went with the earlier version, but split it into two commits.

Thank you!

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: Tom Lane
Date:
Subject: Re: count_nulls(VARIADIC "any")