Re: Mishandling of WCO constraints in direct foreign table modification

Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>

From: Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
To: Robert Haas <robertmhaas@gmail.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-07-21T03:00:03Z
Lists: pgsql-hackers

Attachments

On 2017/07/21 3:24, Robert Haas wrote:
> I think that's reasonable.  This should be committed and back-patched
> to 9.6, right?

Yeah, because direct modify was introduced in 9.6.

Attached is the second version which updated docs in postgres-fdw.sgml 
as well.

Best regards,
Etsuro Fujita

Commits

  1. When WCOs are present, disable direct foreign table modification.