#Median aggregate
A typical median query is:
SELECT median(temp) FROM conditions;To compile and install the extension:
> make
> make installNote, that depending on installation location, installing the extension might require super-user permissions.
Tests can be run with
> make installcheck