quantile
Quantile aggregation function
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: quantile : Quantile aggregation function
Information
- Extension ID: 4610
- Extension Name:
quantile - Package Name:
quantile - Category:
FUNC - License: BSD 2
- Website: https://github.com/tvondra/quantile
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.1.8
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Unknown
- Trusted: Unknown
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
quantile_$v* - RPM Ver :
1.1.8 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-quantile - DEB Ver :
1.1.8 - DEB Deps: N/A
Availability
Installation
Install quantile via the pig CLI tool:
pig ext install quantile
Install quantile via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["quantile"]}' # -l <cls>
Install quantile RPM from YUM repo directly:
dnf install quantile_17*;
dnf install quantile_16*;
dnf install quantile_15*;
dnf install quantile_14*;
dnf install quantile_13*;
Install quantile DEB from APT repo directly:
apt install postgresql-17-quantile;
apt install postgresql-16-quantile;
apt install postgresql-15-quantile;
apt install postgresql-14-quantile;
apt install postgresql-13-quantile;
Create quantile extension on PostgreSQL cluster:
CREATE EXTENSION quantile;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.