Re: [PATCH] Add min/max aggregate functions to BYTEA
Marat Bukharov <marat.buharov@gmail.com>
From: Marat Buharov <marat.buharov@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2024-07-03T14:17:39Z
Lists: pgsql-hackers
Attachments
- v2-0001-add-bytea-agg-funcs.patch (text/x-patch) patch v2-0001
V2 patch with fixed tests -- With best regards, Marat Bukharov ср, 3 июл. 2024 г. в 16:03, Marat Buharov <marat.buharov@gmail.com>: > > 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
Commits
-
Add min and max aggregates for bytea type.
- 2d24fd942c70 18.0 landed