uint
unsigned integer types
Module:
Categories:
Overview
MIXED 3rd Party Extension: pguint : unsigned integer types
Information
- Extension ID: 3730
- Extension Name:
uint - Package Name:
pguint - Category:
TYPE - License: PostgreSQL
- Website: https://github.com/petere/pguint
- Language: C
- Extra Tags:
pgdg-flaw - Comment:
Metadata
- Latest Version: 1.20231206
- 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:
pguint_$v* - RPM Ver :
1.20231206 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pguint - DEB Ver :
1.20231206 - DEB Deps: N/A
Availability
| OS | Arch | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8 |
x86_64 |
pguint_17 PGDG 1.20231206 |
pguint_16 PIGSTY 1.20231206 |
pguint_15 PIGSTY 1.20231206 |
pguint_14 PIGSTY 1.20231206 |
pguint_13 PIGSTY 1.20231206 |
el8 |
aarch64 |
pguint_17 PGDG 1.20231206 |
pguint_16 PIGSTY 1.20231206 |
pguint_15 PIGSTY 1.20231206 |
pguint_14 PIGSTY 1.20231206 |
pguint_13 PIGSTY 1.20231206 |
el9 |
x86_64 |
pguint_17 PGDG 1.20231206 |
pguint_16 PIGSTY 1.20231206 |
pguint_15 PIGSTY 1.20231206 |
pguint_14 PIGSTY 1.20231206 |
pguint_13 PIGSTY 1.20231206 |
el9 |
aarch64 |
pguint_17 PGDG 1.20231206 |
pguint_16 PIGSTY 1.20231206 |
pguint_15 PIGSTY 1.20231206 |
pguint_14 PIGSTY 1.20231206 |
pguint_13 PIGSTY 1.20231206 |
d12 |
x86_64 |
postgresql-17-pguint PIGSTY 1.20231206 |
postgresql-16-pguint PIGSTY 1.20231206 |
postgresql-15-pguint PIGSTY 1.20231206 |
postgresql-14-pguint PIGSTY 1.20231206 |
postgresql-13-pguint PIGSTY 1.20231206 |
d12 |
aarch64 |
postgresql-17-pguint PIGSTY 1.20231206 |
postgresql-16-pguint PIGSTY 1.20231206 |
postgresql-15-pguint PIGSTY 1.20231206 |
postgresql-14-pguint PIGSTY 1.20231206 |
postgresql-13-pguint PIGSTY 1.20231206 |
u22 |
x86_64 |
postgresql-17-pguint PIGSTY 1.20231206 |
postgresql-16-pguint PIGSTY 1.20231206 |
postgresql-15-pguint PIGSTY 1.20231206 |
postgresql-14-pguint PIGSTY 1.20231206 |
postgresql-13-pguint PIGSTY 1.20231206 |
u22 |
aarch64 |
postgresql-17-pguint PIGSTY 1.20231206 |
postgresql-16-pguint PIGSTY 1.20231206 |
postgresql-15-pguint PIGSTY 1.20231206 |
postgresql-14-pguint PIGSTY 1.20231206 |
postgresql-13-pguint PIGSTY 1.20231206 |
u24 |
x86_64 |
postgresql-17-pguint PIGSTY 1.20231206 |
postgresql-16-pguint PIGSTY 1.20231206 |
postgresql-15-pguint PIGSTY 1.20231206 |
postgresql-14-pguint PIGSTY 1.20231206 |
postgresql-13-pguint PIGSTY 1.20231206 |
u24 |
aarch64 |
postgresql-17-pguint PIGSTY 1.20231206 |
postgresql-16-pguint PIGSTY 1.20231206 |
postgresql-15-pguint PIGSTY 1.20231206 |
postgresql-14-pguint PIGSTY 1.20231206 |
postgresql-13-pguint PIGSTY 1.20231206 |
Installation
Install uint via the pig CLI tool:
pig ext install pguint; # Extension Name
pig ext install uint; # normalized package name
Install pguint via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pguint"]}' # -l <cls>
Install pguint RPM from YUM repo directly:
dnf install pguint_17*;
dnf install pguint_16*;
dnf install pguint_15*;
dnf install pguint_14*;
dnf install pguint_13*;
Install pguint DEB from APT repo directly:
apt install postgresql-17-pguint;
apt install postgresql-16-pguint;
apt install postgresql-15-pguint;
apt install postgresql-14-pguint;
apt install postgresql-13-pguint;
Create uint extension on PostgreSQL cluster:
CREATE EXTENSION uint;
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.