[PATCH] Add min/max aggregate functions to BYTEA

From: Marat Buharov <marat(dot)buharov(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] Add min/max aggregate functions to BYTEA
Date: 2024-07-03 13:03:38
Message-ID: CAPCEVGXiASjodos4P8pgyV7ixfVn-ZgG9YyiRZRbVqbGmfuDyg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello. BYTEA type has the ability to use comparison operations. But it
is absent of min/max aggregate functions. They are nice to have to
provide consistency with the TEXT type.

--

With best regards,
Marat Bukharov

Attachment Content-Type Size
v1-0001-add-bytea-agg-funcs.patch text/x-patch 6.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2024-07-03 13:17:29 Re: CI, macports, darwin version problems
Previous Message Robert Haas 2024-07-03 13:01:16 Re: On disable_cost