Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f518c3d

Browse filesBrowse 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 082d9d6 commit f518c3d
Copy full SHA for f518c3d

File tree

Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-0
lines changed

‎doc/src/sgml/ref/alter_table.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/ref/alter_table.sgml
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,9 @@ WITH ( MODULUS <replaceable class="parameter">numeric_literal</replaceable>, REM
506506
(See <xref linkend="sql-altertable-notes"/> below for an explanation
507507
of the usefulness of this command.)
508508
</para>
509+
<para>
510+
This command acquires a <literal>SHARE UPDATE EXCLUSIVE</literal> lock.
511+
</para>
509512
</listitem>
510513
</varlistentry>
511514

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.