Re: FOR PORTION OF does not recompute GENERATED STORED columns that depend on the range column
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: jian he <jian.universality@gmail.com>,
Paul A Jungwirth <pj@illuminatedcomputing.com>
Cc: Chao Li <li.evan.chao@gmail.com>,
SATYANARAYANA NARLAPURAM <satyanarlapuram@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2026-06-04T10:04:25Z
Lists: pgsql-hackers
On 28.05.26 05:23, jian he wrote: > 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)". I fixed that. In one case the test actually included both kinds of generated columns, so I just removed the "stored".
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Small terminology fixes in comments
- f0aedc7cb0ed 19 (unreleased) landed
-
Require UPDATE permission on FOR PORTION OF column
- 7ac030d5b152 19 (unreleased) landed