Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
jian he <jian.universality@gmail.com>
From: jian he <jian.universality@gmail.com>
To: Paul A Jungwirth <pj@illuminatedcomputing.com>
Cc: Chao Li <li.evan.chao@gmail.com>, Peter Eisentraut <peter@eisentraut.org>, SATYANARAYANA NARLAPURAM <satyanarlapuram@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-05-28T03:23:45Z
Lists: pgsql-hackers
On Tue, May 26, 2026 at 6:23 AM Paul A Jungwirth <pj@illuminatedcomputing.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)".