]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Doc: Clarify lock levels taken during ATTACH PARTITION
authorDavid Rowley <drowley@postgresql.org>
Wed, 28 Jul 2021 03:01:10 +0000 (15:01 +1200)
committerDavid Rowley <drowley@postgresql.org>
Wed, 28 Jul 2021 03:01:10 +0000 (15:01 +1200)
commitc590904d50cc93b12fc895041c34e1ea821e768c
treec1b7b83cb0fd53e7f5a330731ff616566ff03e92
parent6feb229f53f8de704ee2ff709d2c44e1c4d6be92
Doc: Clarify lock levels taken during ATTACH PARTITION

It wasn't all that clear which lock levels, if any, would be held on the
DEFAULT partition during an ATTACH PARTITION operation.

Also, clarify which locks will be taken if the DEFAULT partition or the
table being attached are themselves partitioned tables.

Here I'm only backpatching to v12 as before then we obtained an ACCESS
EXCLUSIVE lock on the partitioned table.  It seems much less relevant to
mention which locks are taken on other tables when the partitioned table
itself is locked with an ACCESS EXCLUSIVE lock.

Author: Matthias van de Meent, David Rowley
Discussion: https://postgr.es/m/CAEze2WiTB6iwrV8W_J=fnrnZ7fowW3qu-8iQ8zCHP3FiQ6+o-A@mail.gmail.com
Backpatch-through: 12
doc/src/sgml/ddl.sgml
doc/src/sgml/ref/alter_table.sgml