l10n_table_dependent_extension
PostgreSQL l10n toolbox
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pg_xenophile
: PostgreSQL l10n toolbox
Information
- Extension ID: 3611
- Extension Name:
l10n_table_dependent_extension
- 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 not install to arbitrary schema
- Trusted: Trusted, Can be created by user with
CREATE
Privilege - Schemas: N/A
- Requires:
pg_xenophile
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
Availability
Installation
Install l10n_table_dependent_extension
via the pig
CLI tool:
pig ext install pg_xenophile; # Extension Name
pig ext install l10n_table_dependent_extension; # normalized package name
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;
Create l10n_table_dependent_extension
extension on PostgreSQL cluster:
CREATE EXTENSION l10n_table_dependent_extension CASCADE;
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.