File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -950,7 +950,7 @@ ERROR: could not serialize access due to read/write dependencies among transact
950
950
<para>
951
951
Acquired by <command>VACUUM</command> (without <option>FULL</option>),
952
952
<command>ANALYZE</command>, <command>CREATE INDEX CONCURRENTLY</command>,
953
- <command>CREATE STATISTICS</command> and
953
+ <command>CREATE STATISTICS</command>, <command>COMMENT ON</command> and
954
954
<command>ALTER TABLE VALIDATE</command> and other
955
955
<command>ALTER TABLE</command> variants (for full details see
956
956
<xref linkend="sql-altertable"/>).
Original file line number Diff line number Diff line change @@ -90,6 +90,11 @@ COMMENT ON
90
90
Comments are automatically dropped when their object is dropped.
91
91
</para>
92
92
93
+ <para>
94
+ A <literal>SHARE UPDATE EXCLUSIVE</literal> lock is acquired on the
95
+ object to be commented.
96
+ </para>
97
+
93
98
<para>
94
99
For most kinds of object, only the object's owner can set the comment.
95
100
Roles don't have owners, so the rule for <literal>COMMENT ON ROLE</literal> is
You can’t perform that action at this time.
0 commit comments