Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b075e08

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 abce26c commit b075e08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/src/sgml/ref/alter_table.sgml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,9 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
485485
endterm="sql-altertable-notes-title"/> below for an explanation of the
486486
usefulness of this command.)
487487
</para>
488+
<para>
489+
This command acquires a <literal>SHARE UPDATE EXCLUSIVE</literal> lock.
490+
</para>
488491
</listitem>
489492
</varlistentry>
490493

0 commit comments

Comments
 (0)