projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dcec3e
)
Document lock level used by ALTER TABLE VALIDATE CONSTRAINT
author
Alvaro Herrera
<
[email protected]
>
Thu, 6 May 2021 21:17:56 +0000
(17:17 -0400)
committer
Alvaro Herrera
<
[email protected]
>
Thu, 6 May 2021 21:17:56 +0000
(17:17 -0400)
Backpatch all the way back to 9.6.
Author: Simon Riggs <
[email protected]
>
Discussion: https://postgr.es/m/CANbhV-EwxvdhHuOLdfG2ciYrHOHXV=mm6=fD5aMhqcH09Li3Tg@mail.gmail.com
doc/src/sgml/ref/alter_table.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/alter_table.sgml
b/doc/src/sgml/ref/alter_table.sgml
index 7d652541d2c2ad37cb7a793069f84672f94461df..09a8794ac893f36e980a09b1c2bfced6e7e2087e 100644
(file)
--- a/
doc/src/sgml/ref/alter_table.sgml
+++ b/
doc/src/sgml/ref/alter_table.sgml
@@
-422,6
+422,9
@@
ALTER TABLE [ IF EXISTS ] <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>