Re: ANY_VALUE aggregate

From: Vik Fearing <vik(at)postgresfriends(dot)org>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: ANY_VALUE aggregate
Date: 2022-12-05 20:18:57
Message-ID: bf4652c9-0283-af94-31c5-3ac936f07878@postgresfriends.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 12/5/22 15:57, Vik Fearing wrote:
> The SQL:2023 Standard defines a new aggregate named ANY_VALUE.  It
> returns an implementation-dependent (i.e. non-deterministic) value from
> the rows in its group.
>
> PFA an implementation of this aggregate.

Here is v2 of this patch. I had forgotten to update sql_features.txt.
--
Vik Fearing

Attachment Content-Type Size
0001-Implement-ANY_VALUE-aggregate.v02.patch text/x-patch 8.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Luzanov 2022-12-05 20:21:08 Re: predefined role(s) for VACUUM and ANALYZE
Previous Message Andrew Dunstan 2022-12-05 19:55:19 Re: Error-safe user functions