projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
082d9d6
)
Document lock level used by ALTER TABLE VALIDATE CONSTRAINT
author
Alvaro Herrera
Thu, 6 May 2021 21:17:56 +0000
(17:17 -0400)
committer
Alvaro Herrera
Thu, 6 May 2021 21:17:56 +0000
(17:17 -0400)
Backpatch all the way back to 9.6.
Author: Simon Riggs
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 609aeae2576d31d6190f1bd76797dd81254b1208..68ef3e9b4f363e15faa2226c847a78c1968307df 100644
(file)
--- a/
doc/src/sgml/ref/alter_table.sgml
+++ b/
doc/src/sgml/ref/alter_table.sgml
@@
-506,6
+506,9
@@
WITH ( MODULUS
numeric_literal
, REM
(See
below for an explanation
of the usefulness of this command.)
+
+ This command acquires a
SHARE UPDATE EXCLUSIVE
lock.
+