Re: ALTER TABLE: warn when actions do not recurse to partitions - Mailing list pgsql-hackers

From Chao Li
Subject Re: ALTER TABLE: warn when actions do not recurse to partitions
Date
Msg-id 8D28407D-A48B-42F4-88C9-A1EE182898F3@gmail.com
Whole thread Raw
In response to Re: ALTER TABLE: warn when actions do not recurse to partitions  (Zsolt Parragi <zsolt.parragi@percona.com>)
List pgsql-hackers

> On Mar 13, 2026, at 05:45, Zsolt Parragi <zsolt.parragi@percona.com> wrote:
>
> Hello
>
>> Affected sub-commands include:
>> ...
>
> Shouldn't SET ACCESS METHOD be included in this list?
>
> It only changes the catalog entry for the parent, existing partitions
> stay as-is. It only sets the access method for future direct child
> partitions.

Good catch. I missed SET ACCESS METHOD. Thanks a lot.

PFA v9:
* Included SET ACCESS METHOD
* Added a new test case where if the sub-command fails, then the notice message should not show up

Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/





Attachment

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
Next
From: Peter Smith
Date:
Subject: Re: Skipping schema changes in publication