pg_tle
Trusted Language Extensions for PostgreSQL
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: pg_tle : Trusted Language Extensions for PostgreSQL
Information
- Extension ID: 3000
- Extension Name:
pg_tle - Package Name:
pg_tle - Category:
LANG - License: Apache-2.0
- Website: https://github.com/aws/pg_tle
- Language: C
- Extra Tags:
both - Comment: N/A
Metadata
- Latest Version: 1.5.0
- 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:
pgtle - Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
pg_tle_$v* - RPM Ver :
1.5.0 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-pg-tle - DEB Ver :
1.5.0 - DEB Deps: N/A
Availability
| OS | Arch | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8 |
x86_64 |
pg_tle_17 PGDG 1.5.1 |
pg_tle_16 PGDG 1.5.1 |
pg_tle_15 PGDG 1.5.1 |
pg_tle_14 PGDG 1.5.1 |
pg_tle_13 PGDG 1.5.1 |
el8 |
aarch64 |
pg_tle_17 PGDG 1.5.1 |
pg_tle_16 PGDG 1.5.1 |
pg_tle_15 PGDG 1.5.1 |
pg_tle_14 PGDG 1.5.1 |
pg_tle_13 PGDG 1.5.1 |
el9 |
x86_64 |
pg_tle_17 PGDG 1.5.1 |
pg_tle_16 PGDG 1.5.1 |
pg_tle_15 PGDG 1.5.1 |
pg_tle_14 PGDG 1.5.1 |
pg_tle_13 PGDG 1.5.1 |
el9 |
aarch64 |
pg_tle_17 PGDG 1.5.1 |
pg_tle_16 PGDG 1.5.1 |
pg_tle_15 PGDG 1.5.1 |
pg_tle_14 PGDG 1.5.1 |
pg_tle_13 PGDG 1.5.1 |
d12 |
x86_64 |
postgresql-17-pg-tle PIGSTY 1.5.0 |
postgresql-16-pg-tle PIGSTY 1.5.0 |
postgresql-15-pg-tle PIGSTY 1.5.0 |
postgresql-14-pg-tle PIGSTY 1.5.0 |
postgresql-13-pg-tle PIGSTY 1.5.0 |
d12 |
aarch64 |
postgresql-17-pg-tle PIGSTY 1.5.0 |
postgresql-16-pg-tle PIGSTY 1.5.0 |
postgresql-15-pg-tle PIGSTY 1.5.0 |
postgresql-14-pg-tle PIGSTY 1.5.0 |
postgresql-13-pg-tle PIGSTY 1.5.0 |
u22 |
x86_64 |
postgresql-17-pg-tle PIGSTY 1.5.0 |
postgresql-16-pg-tle PIGSTY 1.5.0 |
postgresql-15-pg-tle PIGSTY 1.5.0 |
postgresql-14-pg-tle PIGSTY 1.5.0 |
postgresql-13-pg-tle PIGSTY 1.5.0 |
u22 |
aarch64 |
postgresql-17-pg-tle PIGSTY 1.5.0 |
postgresql-16-pg-tle PIGSTY 1.5.0 |
postgresql-15-pg-tle PIGSTY 1.5.0 |
postgresql-14-pg-tle PIGSTY 1.5.0 |
postgresql-13-pg-tle PIGSTY 1.5.0 |
u24 |
x86_64 |
postgresql-17-pg-tle PIGSTY 1.5.0 |
postgresql-16-pg-tle PIGSTY 1.5.0 |
postgresql-15-pg-tle PIGSTY 1.5.0 |
postgresql-14-pg-tle PIGSTY 1.5.0 |
postgresql-13-pg-tle PIGSTY 1.5.0 |
u24 |
aarch64 |
postgresql-17-pg-tle PIGSTY 1.5.0 |
postgresql-16-pg-tle PIGSTY 1.5.0 |
postgresql-15-pg-tle PIGSTY 1.5.0 |
postgresql-14-pg-tle PIGSTY 1.5.0 |
postgresql-13-pg-tle PIGSTY 1.5.0 |
Installation
Install pg_tle via the pig CLI tool:
pig ext install pg_tle
Install pg_tle via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pg_tle"]}' # -l <cls>
Install pg_tle RPM from YUM repo directly:
dnf install pg_tle_17*;
dnf install pg_tle_16*;
dnf install pg_tle_15*;
dnf install pg_tle_14*;
dnf install pg_tle_13*;
Install pg_tle DEB from APT repo directly:
apt install postgresql-17-pg-tle;
apt install postgresql-16-pg-tle;
apt install postgresql-15-pg-tle;
apt install postgresql-14-pg-tle;
apt install postgresql-13-pg-tle;
Extension pg_tle has to be loaded via shared_preload_libraries
shared_preload_libraries = 'pg_tle'; # add to pg cluster config
Create pg_tle extension on PostgreSQL cluster:
CREATE EXTENSION pg_tle;
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.