PostgreSQL Extension to return MIN and MAX values in an aggregation
Can use this command to define in your session the output format where MIN and MAX will be replaced with the values
SET min_max.format TO 'MIN -> MAX'
or put in the postgresql.conf
min_max.format = 'MIN -> MAX'