mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Clarify FDW documentation about ON CONFLICT.
Etsuro Fujita, reviewed by Peter Geoghegan
This commit is contained in:
parent
2e8cfcf4ea
commit
01bc589a46
@ -1196,9 +1196,10 @@ GetForeignServerByName(const char *name, bool missing_ok);
|
||||
|
||||
<para>
|
||||
<command>INSERT</> with an <literal>ON CONFLICT</> clause does not
|
||||
support specifying the conflict target, as remote constraints are not
|
||||
locally known. This in turn implies that <literal>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 <literal>ON CONFLICT DO UPDATE</> is not supported,
|
||||
since the specification is mandatory there.
|
||||
</para>
|
||||
|
||||
</sect1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user