Re: update ALTER TABLE with ATTACH PARTITION lock mode (docs)

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Justin Pryzby <pryzby@telsasoft.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, Robert Haas <robertmhaas@gmail.com>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-11-01T14:01:22Z
Lists: pgsql-hackers
On Fri, Nov 01, 2019 at 08:59:48AM -0500, Justin Pryzby wrote:
> I guess you mean because it's not a child until after the ALTER.  Yes, that
> makes sense.

Yes, perhaps you have another idea than mine on how to shape this
sentence?
--
Michael

Commits

  1. Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITION

  2. Doc: Improve description around ALTER TABLE ATTACH PARTITION