arraymath
Array math and operators that work element by element on the contents of arrays
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pg_arraymath
: Array math and operators that work element by element on the contents of arrays
Information
- Extension ID: 4760
- Extension Name:
arraymath
- Package Name:
pg_arraymath
- Category:
FUNC
- License: MIT
- Website: https://github.com/pramsey/pgsql-arraymath
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.1
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can not install to arbitrary schema
- Trusted: Unknown
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pg_arraymath_$v*
- RPM Ver :
1.1
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-arraymath
- DEB Ver :
1.1
- DEB Deps: N/A
Packages
Installation
Install arraymath
via the pig
CLI tool:
pig ext install pg_arraymath; # Extension Namepig ext install arraymath; # normalized package name
Install pg_arraymath
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_arraymath"]}' # -l <cls>
Install pg_arraymath
RPM from YUM repo directly:
dnf install pg_arraymath_17*;
dnf install pg_arraymath_16*;
dnf install pg_arraymath_15*;
dnf install pg_arraymath_14*;
dnf install pg_arraymath_13*;
Install pg_arraymath
DEB from APT repo directly:
apt install postgresql-17-pg-arraymath;
apt install postgresql-16-pg-arraymath;
apt install postgresql-15-pg-arraymath;
apt install postgresql-14-pg-arraymath;
apt install postgresql-13-pg-arraymath;
Enable arraymath
extension on PostgreSQL cluster:
CREATE EXTENSION arraymath;
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.