Skip to content

caugustom/pgminmax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pgminmax

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'

About

PostgreSQL Extension to return MIN and MAX values in an aggregation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published