1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-02 11:44:50 +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:
Alvaro Herrera 2021-05-06 17:17:56 -04:00
parent 082d9d6b57
commit f518c3df4e
No known key found for this signature in database
GPG Key ID: 1C20ACB9D5C564AE

View File

@ -506,6 +506,9 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
(See <xref linkend="sql-altertable-notes"/> below for an explanation (See <xref linkend="sql-altertable-notes"/> below for an explanation
of the usefulness of this command.) of the usefulness of this command.)
</para> </para>
<para>
This command acquires a <literal>SHARE UPDATE EXCLUSIVE</literal> lock.
</para>
</listitem> </listitem>
</varlistentry> </varlistentry>