Re: MIN/MAX functions for a record
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Viliam Ďurina <viliam.durina@gmail.com>, Michael Paquier <michael@paquier.xyz>
Date: 2024-07-08T09:20:30Z
Lists: pgsql-hackers
Attachments
- v3-0001-Support-min-record-and-max-record-aggregates.patch (application/octet-stream) patch v3-0001
Hi, > Many thanks. Here is the corrected patch. Now it also includes MIN() > support and tests. Michael Paquier (cc:'ed) commented offlist that I forgot to change the documentation. Here is the corrected patch. -- Best regards, Aleksander Alekseev
Commits
-
Add min and max aggregates for composite types (records).
- a0f1fce80c03 18.0 landed