Etsuro Fujita, reviewed by Peter Geoghegan
INSERT> with an ON CONFLICT> clause does not
- support specifying the conflict target, as remote constraints are not
- locally known. This in turn implies that ON CONFLICT DO
- UPDATE> is not supported, since the specification is mandatory there.
+ support specifying the conflict target, as unique constraints or
+ exclusion constraints on remote tables are not locally known. This
+ in turn implies that ON CONFLICT DO UPDATE> is not supported,
+ since the specification is mandatory there.