Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITION

Michael Paquier <michael@paquier.xyz>

Commit: 2a4d96ebbd65be9aa421a8a4550a51ff12bc6d2d
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-11-05T01:32:38Z
Releases: 13.0
Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITION

Since 898e5e32, this command uses partially ShareUpdateExclusiveLock,
but the docs did not get the call.

Author: Justin Pryzby
Reviewed-by: Amit Langote, Álvaro Herrera, Michael Paquier
Discussion: https://postgr.es/m/20191028001207.GB23808@telsasoft.com
Backpatch-through: 12

Files

PathChange+/−
doc/src/sgml/ref/alter_table.sgml modified +7 −0

Documentation touched

Discussion