Skip to content

everdance/median-aggregate

Repository files navigation

Median aggregate

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;

Compiling and installing

To compile and install the extension:

> make
> make install

Note, that depending on installation location, installing the extension might require super-user permissions.

Testing

> make installcheck

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published