an aggregate function that calculates the median over an input set (typically values from a table).
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.
> make installcheck