Re: ALTER TABLE: warn when actions do not recurse to partitions

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: Greg Sabino Mullane <htamfids(at)gmail(dot)com>, Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: ALTER TABLE: warn when actions do not recurse to partitions
Date: 2026-03-12 21:45:20
Message-ID: CAN4CZFOrFYa3JBLAK7ncKNyykk37QU9YUrZKEe_OWoFDCzMHEA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2026-03-12 21:54:25 Re: Why clearing the VM doesn't require registering vm buffer in wal record
Previous Message Greg Sabino Mullane 2026-03-12 21:43:00 Re: [PATCH] libpq: try all addresses for a host before moving to next on target_session_attrs mismatch