[PATCH] Add min/max aggregate functions to BYTEA

2024-07-03 Thread Marat Buharov
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 From 109b91999b7a8d8c1808658134494b91616c2825 Mon Sep 17 00:00:00 2001 From: Mara

Re: [PATCH] Add min/max aggregate functions to BYTEA

2024-07-03 Thread Marat Buharov
V2 patch with fixed tests -- With best regards, Marat Bukharov ср, 3 июл. 2024 г. в 16:03, Marat Buharov : > > 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 t