Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 01bc589

Browse files
committed
Clarify FDW documentation about ON CONFLICT.
Etsuro Fujita, reviewed by Peter Geoghegan
1 parent 2e8cfcf commit 01bc589

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/src/sgml/fdwhandler.sgml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1196,9 +1196,10 @@ GetForeignServerByName(const char *name, bool missing_ok);
11961196

11971197
<para>
11981198
<command>INSERT</> with an <literal>ON CONFLICT</> clause does not
1199-
support specifying the conflict target, as remote constraints are not
1200-
locally known. This in turn implies that <literal>ON CONFLICT DO
1201-
UPDATE</> is not supported, since the specification is mandatory there.
1199+
support specifying the conflict target, as unique constraints or
1200+
exclusion constraints on remote tables are not locally known. This
1201+
in turn implies that <literal>ON CONFLICT DO UPDATE</> is not supported,
1202+
since the specification is mandatory there.
12021203
</para>
12031204

12041205
</sect1>

0 commit comments

Comments
 (0)