diff --git a/doc/src/sgml/xact.sgml b/doc/src/sgml/xact.sgml
index 3aa7ee1383e..d753869cc88 100644
--- a/doc/src/sgml/xact.sgml
+++ b/doc/src/sgml/xact.sgml
@@ -102,6 +102,13 @@
of multixact IDs (mxid; see ).
+
+
+ If there is a DEFERRED UNIQUE constraint on a row inserted in a transaction,
+ and there are multiple concurrent transactions inserting the same unique key,
+ the earlier transactions will wait for later transactions by
+ acquiring a ShareLock on the transaction ID.
+