]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Document lock obtained during partition detach
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 25 Mar 2021 19:30:22 +0000 (16:30 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 25 Mar 2021 19:30:22 +0000 (16:30 -0300)
commit366aa374b315667fe44480ec8934cb1034ba0930
tree9cde1af614f186910e861f39802104ec25c41450
parent292b7d9ffa18dfdf2c90efd4f14bbd196ebad76f
Document lock obtained during partition detach

On partition detach, we acquire a SHARE lock on all tables that
reference the partitioned table that we're detaching a partition from,
but failed to document this fact.  My oversight in commit f56f8f8da6af.
Repair.  Backpatch to 12.

Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://postgr.es/m/20210325180244.GA12738@alvherre.pgsql
doc/src/sgml/ref/alter_table.sgml