Skip to content

Commit f760137

Browse files
committed
Document lock level used by ALTER TABLE VALIDATE CONSTRAINT
Backpatch all the way back to 9.6. Author: Simon Riggs <simon.riggs@enterprisedb.com> Discussion: https://postgr.es/m/CANbhV-EwxvdhHuOLdfG2ciYrHOHXV=mm6=fD5aMhqcH09Li3Tg@mail.gmail.com
1 parent 8f65db5 commit f760137

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/src/sgml/ref/alter_table.sgml

+3
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,9 @@ ALTER TABLE ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable>
369369
endterm="sql-altertable-notes-title"> below for an explanation of the
370370
usefulness of this command.)
371371
</para>
372+
<para>
373+
This command acquires a <literal>SHARE UPDATE EXCLUSIVE</literal> lock.
374+
</para>
372375
</listitem>
373376
</varlistentry>
374377

0 commit comments

Comments
 (0)