Commit 01bc589a authored by Robert Haas's avatar Robert Haas

Clarify FDW documentation about ON CONFLICT.

Etsuro Fujita, reviewed by Peter Geoghegan
parent 2e8cfcf4
...@@ -1196,9 +1196,10 @@ GetForeignServerByName(const char *name, bool missing_ok); ...@@ -1196,9 +1196,10 @@ GetForeignServerByName(const char *name, bool missing_ok);
<para> <para>
<command>INSERT</> with an <literal>ON CONFLICT</> clause does not <command>INSERT</> with an <literal>ON CONFLICT</> clause does not
support specifying the conflict target, as remote constraints are not support specifying the conflict target, as unique constraints or
locally known. This in turn implies that <literal>ON CONFLICT DO exclusion constraints on remote tables are not locally known. This
UPDATE</> is not supported, since the specification is mandatory there. in turn implies that <literal>ON CONFLICT DO UPDATE</> is not supported,
since the specification is mandatory there.
</para> </para>
</sect1> </sect1>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment