git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2e8cfcf)
Clarify FDW documentation about ON CONFLICT.
Fri, 2 Oct 2015 20:55:47 +0000 (16:55 -0400)
Fri, 2 Oct 2015 20:55:47 +0000 (16:55 -0400)
Etsuro Fujita, reviewed by Peter Geoghegan


diff --git a/doc/src/sgml/fdwhandler.sgml b/doc/src/sgml/fdwhandler.sgml
index 1dac7ad11eda5523a3ed767ace02215244569b9b..4c410c791689e4e958985c700047ed3f7d352cfd 100644 (file)
--- a/doc/src/sgml/fdwhandler.sgml
+++ b/doc/src/sgml/fdwhandler.sgml
@@ -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>
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /