omni
Advanced adapter for Postgres extensions
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: omnigres : Advanced adapter for Postgres extensions
Information
- Extension ID: 2951
- Extension Name:
omni - Package Name:
omnigres - Category:
FEAT - License: Apache-2.0
- Website: https://github.com/omnigres/omnigres
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 0.2.9
- Postgres Support:
17,16,15,14,13 - Need Load: Explicit Loading Required
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas:
omni - Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
omnigres_$v - RPM Ver :
0.2.9 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-omnigres - DEB Ver :
0.2.9 - DEB Deps: N/A
Availability
| OS | Arch | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8 |
x86_64 |
omnigres_17 PIGSTY 20250120 |
omnigres_16 PIGSTY 20250120 |
omnigres_15 PIGSTY 20250120 |
omnigres_14 PIGSTY 20250120 |
omnigres_13 PIGSTY 20250120 |
el8 |
aarch64 |
omnigres_17 PIGSTY 20250120 |
omnigres_16 PIGSTY 20250120 |
omnigres_15 PIGSTY 20250120 |
omnigres_14 PIGSTY 20250120 |
omnigres_13 PIGSTY 20250120 |
el9 |
x86_64 |
omnigres_17 PIGSTY 20250507 |
omnigres_16 PIGSTY 20250507 |
omnigres_15 PIGSTY 20250507 |
omnigres_14 PIGSTY 20250507 |
omnigres_13 PIGSTY 20250507 |
el9 |
aarch64 |
omnigres_17 PIGSTY 20250507 |
omnigres_16 PIGSTY 20250507 |
omnigres_15 PIGSTY 20250507 |
omnigres_14 PIGSTY 20250507 |
omnigres_13 PIGSTY 20250507 |
d12 |
x86_64 |
postgresql-17-omnigres PIGSTY 20250120 |
postgresql-16-omnigres PIGSTY 20250120 |
postgresql-15-omnigres PIGSTY 20250120 |
postgresql-14-omnigres PIGSTY 20250120 |
postgresql-13-omnigres PIGSTY 20250120 |
d12 |
aarch64 |
postgresql-17-omnigres PIGSTY 20250120 |
postgresql-16-omnigres PIGSTY 20250120 |
postgresql-15-omnigres PIGSTY 20250120 |
postgresql-14-omnigres PIGSTY 20250120 |
postgresql-13-omnigres PIGSTY 20250120 |
u22 |
x86_64 |
postgresql-17-omnigres PIGSTY 20250120 |
postgresql-16-omnigres PIGSTY 20250120 |
postgresql-15-omnigres PIGSTY 20250120 |
postgresql-14-omnigres PIGSTY 20250120 |
postgresql-13-omnigres PIGSTY 20250120 |
u22 |
aarch64 |
postgresql-17-omnigres PIGSTY 20250120 |
postgresql-16-omnigres PIGSTY 20250120 |
postgresql-15-omnigres PIGSTY 20250120 |
postgresql-14-omnigres PIGSTY 20250120 |
postgresql-13-omnigres PIGSTY 20250120 |
u24 |
x86_64 |
postgresql-17-omnigres PIGSTY 20250507 |
postgresql-16-omnigres PIGSTY 20250507 |
postgresql-15-omnigres PIGSTY 20250507 |
postgresql-14-omnigres PIGSTY 20250507 |
postgresql-13-omnigres PIGSTY 20250507 |
u24 |
aarch64 |
postgresql-17-omnigres PIGSTY 20250507 |
postgresql-16-omnigres PIGSTY 20250507 |
postgresql-15-omnigres PIGSTY 20250507 |
postgresql-14-omnigres PIGSTY 20250507 |
postgresql-13-omnigres PIGSTY 20250507 |
Installation
Install omni via the pig CLI tool:
pig ext install omnigres; # Extension Name
pig ext install omni; # normalized package name
Install omnigres via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["omnigres"]}' # -l <cls>
Install omnigres RPM from YUM repo directly:
dnf install omnigres_17;
dnf install omnigres_16;
dnf install omnigres_15;
dnf install omnigres_14;
dnf install omnigres_13;
Install omnigres DEB from APT repo directly:
apt install postgresql-17-omnigres;
apt install postgresql-16-omnigres;
apt install postgresql-15-omnigres;
apt install postgresql-14-omnigres;
apt install postgresql-13-omnigres;
Extension omni has to be loaded via shared_preload_libraries
shared_preload_libraries = 'omni'; # add to pg cluster config
Create omni extension on PostgreSQL cluster:
CREATE EXTENSION omni;
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.