Re: update ALTER TABLE with ATTACH PARTITION lock mode
Amit Langote <amitlangote09@gmail.com>
From: Amit Langote <amitlangote09@gmail.com>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Michael Paquier <michael@paquier.xyz>,
Justin Pryzby <pryzby@telsasoft.com>, Robert Haas <robertmhaas@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-10-31T08:00:11Z
Lists: pgsql-hackers
Hello, On Tue, Oct 29, 2019 at 12:13 AM Alvaro Herrera <alvherre@2ndquadrant.com> wrote: > On 2019-Oct-28, Michael Paquier wrote: > > On Sun, Oct 27, 2019 at 07:12:07PM -0500, Justin Pryzby wrote: > > > commit #898e5e32 (Allow ATTACH PARTITION with only ShareUpdateExclusiveLock) > > > updates ddl.sgml but not alter_table.sgml, which only says: > > > > > > https://www.postgresql.org/docs/12/release-12.html > > > |An ACCESS EXCLUSIVE lock is held unless explicitly noted. > > > > + <para> > > + Attaching a partition acquires a <literal>SHARE UPDATE EXCLUSIVE</literal> > > + lock on the partitioned table, in addition to an > > + <literal>ACCESS EXCLUSIVE</literal> lock on the partition. > > + </para> > > Updating the docs of ALTER TABLE sounds like a good idea. This > > sentence looks fine to me. Perhaps others have suggestions? > > Doesn't the command also acquire a lock on the default partition if > there is one? It sounds worth noting. > > > > Find attached patch, which also improve language in several related places. > > > > Not sure that these are actually improvements. > > I think some of them (most?) are clear improvements. As someone who has written some of those lines, I agree that Justin's tweaks make them more readable, so +1 to apply 0002 patch too. Thanks, Amit
Commits
-
Doc: Clarify locks taken when using ALTER TABLE ATTACH PARTITION
- 4d04031dd279 12.1 landed
- 2a4d96ebbd65 13.0 landed
-
Doc: Improve description around ALTER TABLE ATTACH PARTITION
- f5efc931c2e8 10.11 landed
- 8f8ff09d49af 11.6 landed
- a7207a24d40e 12.1 landed
- ea881338014f 13.0 landed