Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit01bc589

Browse files
committed
Clarify FDW documentation about ON CONFLICT.
Etsuro Fujita, reviewed by Peter Geoghegan
1 parent2e8cfcf commit01bc589

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎doc/src/sgml/fdwhandler.sgml

Lines changed: 4 additions & 3 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp