postgresql-14-first-last-agg

PostgreSQL extension providing first and last aggregate functions

Description

first-last-agg is a simple extension providing two aggregate functions, last and first, operating on any element type and returning the last or the first value of the group.

Since by default the ordering inside groups created by a GROUP BY expression is not defined, it is advisable to use an ORDER BY clause inside the aggregate expression (see the aggregate function syntax).

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/wulczer/first_last_agg


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install postgresql-14-first-last-agg