l10n_table_dependent_extension
pg_xenophile : PostgreSQL l10n toolbox
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 3671 | l10n_table_dependent_extension | pg_xenophile | 0.8.3 |
TYPE | PostgreSQL | SQL |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
| ----d-r | No | No | No | Yes | yes | no |
| Relationships | |
|---|---|
| Requires | pg_xenophile |
| See Also | icu_ext country gb18030_2022 pg_cjk_parser unaccent isn currency |
| Siblings | pg_xenophile |
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY | 0.8.3 |
18 17 16 15 14 | pg_xenophile |
pg_xenophile |
| RPM | PIGSTY | 0.8.3 |
18 17 16 15 14 | pg_xenophile_$v |
- |
| DEB | PIGSTY | 0.8.3 |
18 17 16 15 14 | postgresql-$v-pg-xenophile |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
| el8.x86_64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
| el8.aarch64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
| el9.x86_64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
| el9.aarch64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
| el10.x86_64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
| el10.aarch64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
| d12.x86_64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
| d12.aarch64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
| d13.x86_64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
| d13.aarch64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
| u22.x86_64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
| u22.aarch64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
| u24.x86_64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
| u24.aarch64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
| u26.x86_64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
| u26.aarch64 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 | PIGSTY 0.8.3 |
Source
github.com/bigsmoke/pg_xenophile
pg_xenophile-0.8.3.tar.gz
Install
Make sure PGDG and PIGSTY repo available:
Install this extension with pig:
Create this extension with:
Usage
l10n_table_dependent_extension: l10n table dependent extension for pg_xenophile
The l10n_table_dependent_extension is a companion extension to pg_xenophile that provides infrastructure for other extensions that depend on its localization (l10n) table mechanism.
This extension works in conjunction with pg_xenophile’s l10n_table system, allowing dependent extensions to register their tables with the localization framework. When a base table is registered in xeno.l10n_table, the system automatically creates companion translation tables and language-specific views.
See the pg_xenophile documentation for the full l10n table management API.