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
- fix-direct-modify-v2.patch (text/plain) patch v2
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
-
When WCOs are present, disable direct foreign table modification.
- 971faefc240b 9.6.4 landed
- 7086be6e3627 10.0 landed