pgsql: Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITION - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITION
Date
Msg-id E1iRnkc-00056S-Tr@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

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(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Doc: Improve description around ALTER TABLE ATTACH PARTITION
Next
From: Justin Pryzby
Date:
Subject: Re: pgsql: Doc: Improve description around ALTER TABLE ATTACHPARTITION