pgsql: Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITION

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITION
Date: 2019-11-05 01:35:18
Message-ID: E1iRnkc-00056S-Tr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Justin Pryzby 2019-11-05 01:35:43 Re: pgsql: Doc: Improve description around ALTER TABLE ATTACH PARTITION
Previous Message Michael Paquier 2019-11-05 01:19:41 pgsql: Doc: Improve description around ALTER TABLE ATTACH PARTITION