Re:Proposal: array_unique_agg() function

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re:Proposal: array_unique_agg() function
Date: 2022-03-01 13:48:48
Message-ID: 2379101646142528@myt6-aaa7a2dc5b3e.qloud-c.yandex.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello

select array_agg(distinct mycolumn) from

from the very beginning? Even the 7.1 manual describes such a syntax: https://www.postgresql.org/docs/7.1/sql-expressions.html

regards, Sergei

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2022-03-01 13:54:23 Re: Proposal: array_unique_agg() function
Previous Message Pavel Stehule 2022-03-01 13:46:53 Re: Proposal: array_unique_agg() function