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/[email protected] Backpatch-through: 12 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/2a4d96ebbd65be9aa421a8a4550a51ff12bc6d2d Modified Files -------------- doc/src/sgml/ref/alter_table.sgml | 7 +++++++ 1 file changed, 7 insertions(+)
