pg_math
GSL statistical functions for postgresql
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pg_math : GSL statistical functions for postgresql
Information
- Extension ID: 4770
- Extension Name:
pg_math - Package Name:
pg_math - Category:
FUNC - License: GPLv3
- Website: https://github.com/chanukyasds/pg_math
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.0
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can not install to arbitrary schema
- Trusted: Unknown
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pg_math_$v* - RPM Ver :
1.0 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-math - DEB Ver :
1.0 - DEB Deps: N/A
Availability
Installation
Install pg_math via the pig CLI tool:
pig ext install pg_math
Install pg_math via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_math"]}' # -l <cls>
Install pg_math RPM from YUM repo directly:
dnf install pg_math_17*;
dnf install pg_math_16*;
dnf install pg_math_15*;
dnf install pg_math_14*;
dnf install pg_math_13*;
Install pg_math DEB from APT repo directly:
apt install postgresql-17-pg-math;
apt install postgresql-16-pg-math;
apt install postgresql-15-pg-math;
apt install postgresql-14-pg-math;
apt install postgresql-13-pg-math;
Create pg_math extension on PostgreSQL cluster:
CREATE EXTENSION pg_math;
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.