diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml
index 5e3b7477e38..23c5a2d1cb4 100644
--- a/doc/src/sgml/mvcc.sgml
+++ b/doc/src/sgml/mvcc.sgml
@@ -950,11 +950,12 @@ ERROR: could not serialize access due to read/write dependencies among transact
Acquired by VACUUM (without ),
ANALYZE, CREATE INDEX CONCURRENTLY,
+ CREATE STATISTICS, COMMENT ON,
REINDEX CONCURRENTLY,
- CREATE STATISTICS, and certain ALTER
- INDEX and ALTER TABLE variants (for full
- details see and ).
+ and certain ALTER INDEX and
+ ALTER TABLE variants
+ (for full details see and
+ ).
diff --git a/doc/src/sgml/ref/comment.sgml b/doc/src/sgml/ref/comment.sgml
index fd7492a2556..138cf718ce1 100644
--- a/doc/src/sgml/ref/comment.sgml
+++ b/doc/src/sgml/ref/comment.sgml
@@ -90,6 +90,11 @@ COMMENT ON
Comments are automatically dropped when their object is dropped.
+
+ A SHARE UPDATE EXCLUSIVE lock is acquired on the
+ object to be commented.
+
+
For most kinds of object, only the object's owner can set the comment.
Roles don't have owners, so the rule for COMMENT ON ROLE is