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: [email protected]
Views: Whole Thread | Raw Message | 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/[email protected]
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