Re: SQL:2011 Application Time Update & Delete - Mailing list pgsql-hackers

From Paul A Jungwirth
Subject Re: SQL:2011 Application Time Update & Delete
Date
Msg-id CA+renyUhuXB2nTVCMREXew9E4DZOnFxQNjME5bcw91+k72Bosg@mail.gmail.com
Whole thread
In response to Re: SQL:2011 Application Time Update & Delete  (Peter Eisentraut <peter@eisentraut.org>)
Responses Re: SQL:2011 Application Time Update & Delete
List pgsql-hackers
On Thu, Jan 22, 2026 at 7:21 AM Peter Eisentraut <peter@eisentraut.org> wrote:
>
> I have committed the pg_range patch.

Thanks! Here are v65 patches for UPDATE/DELETE FOR PORTION OF. I kept
the get_range_constructor2 helper function as a separate patch, but it
probably doesn't really need to be a separate commit. Maybe it could
even be inlined into its caller.

Yours,

--
Paul              ~{:-)
pj@illuminatedcomputing.com

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: plpgsql: variables of domain of composite types are not correctly initialized
Next
From: Nathan Bossart
Date:
Subject: Re: Speed up COPY FROM text/CSV parsing using SIMD