diff --git a/doc/src/sgml/ref/alter_table.sgml b/doc/src/sgml/ref/alter_table.sgml
index ea11e652637..8403c797e2e 100644
--- a/doc/src/sgml/ref/alter_table.sgml
+++ b/doc/src/sgml/ref/alter_table.sgml
@@ -901,6 +901,13 @@ WITH ( MODULUS numeric_literal, REM
the scan of the new partition, it is always skipped when the default
partition is a foreign table.
+
+
+ Attaching a partition acquires a
+ SHARE UPDATE EXCLUSIVE lock on the parent table,
+ in addition to ACCESS EXCLUSIVE locks on the table
+ to be attached and on the default partition (if any).
+