Document lock obtained during partition detach

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: c8622999b7fe53741304f2aca73560aade6557d2
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2021-03-25T19:30:22Z
Releases: 13.3
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

Files

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

Documentation touched

Discussion