floatvec
Math for vectors (arrays) of numbers
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: floatvec : Math for vectors (arrays) of numbers
Information
- Extension ID: 4730
- Extension Name:
floatvec - Package Name:
floatvec - Category:
FUNC - License: MIT
- Website: https://github.com/pjungwir/floatvec
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.1.1
- 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: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
floatvec_$v* - RPM Ver :
1.1.1 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-floatvec - DEB Ver :
1.1.1 - DEB Deps: N/A
Availability
Installation
Install floatvec via the pig CLI tool:
pig ext install floatvec
Install floatvec via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["floatvec"]}' # -l <cls>
Install floatvec RPM from YUM repo directly:
dnf install floatvec_17*;
dnf install floatvec_16*;
dnf install floatvec_15*;
dnf install floatvec_14*;
dnf install floatvec_13*;
Install floatvec DEB from APT repo directly:
apt install postgresql-17-floatvec;
apt install postgresql-16-floatvec;
apt install postgresql-15-floatvec;
apt install postgresql-14-floatvec;
apt install postgresql-13-floatvec;
Create floatvec extension on PostgreSQL cluster:
CREATE EXTENSION floatvec;
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.