Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 380 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 380 Bytes

#Median aggregate

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

Tests can be run with

> make installcheck