mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
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
This commit is contained in:
@ -369,6 +369,9 @@ ALTER TABLE ALL IN TABLESPACE <replaceable class="PARAMETER">name</replaceable>
|
|||||||
endterm="sql-altertable-notes-title"> below for an explanation of the
|
endterm="sql-altertable-notes-title"> below for an explanation of the
|
||||||
usefulness of this command.)
|
usefulness of this command.)
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
This command acquires a <literal>SHARE UPDATE EXCLUSIVE</literal> lock.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user