Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: Paul A Jungwirth <pj(at)illuminatedcomputing(dot)com>
Cc: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, SATYANARAYANA NARLAPURAM <satyanarlapuram(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
Date: 2026-05-28 03:23:45
Message-ID: CACJufxH1vFMHg9cT3rS0K6N2nODKSFmgvOtCpHxg7ZdtoQHDQw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, May 26, 2026 at 6:23 AM Paul A Jungwirth
<pj(at)illuminatedcomputing(dot)com> wrote:
>
> Here is a patch adding the application-time column to updatedCols,
> along with the tests we've written for GENERATED columns and UPDATE OF
> triggers.
>

V13 looks good to me.

one minor issue:
V13 uses the wording "generated stored column(s)", but all other
places use "stored generated column(s)".

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2026-05-28 03:34:08 Re: Adding REPACK [concurrently]
Previous Message Kyotaro Horiguchi 2026-05-28 03:16:22 A few message wording/formatting cleanup patches