pg_xenophile
More than the bare necessities for PostgreSQL i18n and l10n.
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pg_xenophile
: More than the bare necessities for PostgreSQL i18n and l10n.
Information
- Extension ID: 3610
- Extension Name:
pg_xenophile
- Package Name:
pg_xenophile
- Category:
TYPE
- License: PostgreSQL
- Website: https://github.com/bigsmoke/pg_xenophile
- Language: SQL
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 0.8.3
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Can be installed into other schemas
- Trusted: Untrusted, Require Superuser to Create
- Schemas:
xeno
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pg_xenophile_$v
- RPM Ver :
0.8.3
- RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-xenophile
- DEB Ver :
0.8.3
- DEB Deps: N/A
Packages
Installation
Install pg_xenophile
via the pig
CLI tool:
pig ext install pg_xenophile
Install pg_xenophile
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_xenophile"]}' # -l <cls>
Install pg_xenophile
RPM from YUM repo directly:
dnf install pg_xenophile_17;
dnf install pg_xenophile_16;
dnf install pg_xenophile_15;
dnf install pg_xenophile_14;
dnf install pg_xenophile_13;
Install pg_xenophile
DEB from APT repo directly:
apt install postgresql-17-pg-xenophile;
apt install postgresql-16-pg-xenophile;
apt install postgresql-15-pg-xenophile;
apt install postgresql-14-pg-xenophile;
apt install postgresql-13-pg-xenophile;
Enable pg_xenophile
extension on PostgreSQL cluster:
CREATE EXTENSION pg_xenophile;
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.