numeral
numeral datatypes extension
Module:
Categories:
Overview
MIXED 3rd Party Extension: numeral
: numeral datatypes extension
Information
- Extension ID: 3710
- Extension Name:
numeral
- Package Name:
numeral
- Category:
TYPE
- License: GPLv2
- Website: https://github.com/df7cb/postgresql-numeral
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 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: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
numeral_$v*
- RPM Ver :
1
- RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-numeral
- DEB Ver :
1
- DEB Deps: N/A
Packages
Installation
Install numeral
via the pig
CLI tool:
pig ext install numeral
Install numeral
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["numeral"]}' # -l <cls>
Install numeral
RPM from YUM repo directly:
dnf install numeral_17*;
dnf install numeral_16*;
dnf install numeral_15*;
dnf install numeral_14*;
dnf install numeral_13*;
Install numeral
DEB from APT repo directly:
apt install postgresql-17-numeral;
apt install postgresql-16-numeral;
apt install postgresql-15-numeral;
apt install postgresql-14-numeral;
apt install postgresql-13-numeral;
Enable numeral
extension on PostgreSQL cluster:
CREATE EXTENSION numeral;
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.