]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Document lock level used by ALTER TABLE VALIDATE CONSTRAINT
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 6 May 2021 21:17:56 +0000 (17:17 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 6 May 2021 21:17:56 +0000 (17:17 -0400)
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

doc/src/sgml/ref/alter_table.sgml

index 56e134d82a565066b6070f530b2504919be4a102..f509a35367c437ff0dedb8c5568b5ed97121fa13 100644 (file)
@@ -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
       usefulness of this command.)
      </para>
+     <para>
+      This command acquires a <literal>SHARE UPDATE EXCLUSIVE</literal> lock.
+     </para>
     </listitem>
    </varlistentry>