Re: Custom tstzrange with importance factored in

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: "Rares Pop (Treelet)" <rares(at)treelet(dot)net>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Custom tstzrange with importance factored in
Date: 2023-10-25 19:02:40
Message-ID: 02cdee30c37e925eb168293a59bb5a432dd5f091.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2023-10-06 at 16:55 +0300, Rares Pop (Treelet) wrote:
> I essentially want to be able to aggregate multiple tstzranges - each
> range with its own importance. The aggregation would be like a a
> join/intersect where ranges with higher importance override the ones
> with lower importance.

It may be possible without a new data type. Can you describe the
semantics more precisely?

Regards,
Jeff Davis

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-10-25 19:07:39 Re: Should we represent temp files as unsigned long int instead of signed long int type?
Previous Message Andres Freund 2023-10-25 18:59:41 Re: walwriter interacts quite badly with synchronous_commit=off