Commit 46911638 authored by Alvaro Herrera's avatar Alvaro Herrera

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
parent db6e1aeb
...@@ -536,6 +536,9 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM ...@@ -536,6 +536,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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment