pljs
pljs
pljs : PL/JS trusted procedural language
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 3011 | pljs | pljs | 1.0.4 | LANG | PostgreSQL | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-d-- | No | Yes | No | Yes | no | no |
| Relationships | |
|---|---|
| Schemas | pg_catalog |
| See Also | plv8 jsquery pllua pg_tle plpgsql pg_jsonschema plperl plpython3u |
with submodules, hot fix with CONFIG_VERSION
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | MIXED | 1.0.4 | 18 17 16 15 14 13 | pljs | - |
| RPM | PIGSTY | 1.0.4 | 18 17 16 15 14 13 | pljs_$v | - |
| DEB | PGDG | 1.0.4 | 18 17 16 15 14 13 | postgresql-$v-pljs | - |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | MISS |
el8.aarch64 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | MISS |
el9.x86_64 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | MISS |
el9.aarch64 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | MISS |
el10.x86_64 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | MISS |
el10.aarch64 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | PIGSTY 1.0.4 | MISS |
d12.x86_64 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | MISS |
d12.aarch64 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | MISS |
d13.x86_64 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | MISS |
d13.aarch64 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | MISS |
u22.x86_64 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | MISS |
u22.aarch64 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | MISS |
u24.x86_64 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | MISS |
u24.aarch64 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | PGDG 1.0.4 | MISS |
Source
pig build pkg pljs; # build rpm/debInstall
Make sure PGDG and PIGSTY repo available:
pig repo add pgsql -u # add both repo and update cacheInstall this extension with pig:
pig install pljs; # install via package name, for the active PG version
pig install pljs -v 18; # install for PG 18
pig install pljs -v 17; # install for PG 17
pig install pljs -v 16; # install for PG 16
pig install pljs -v 15; # install for PG 15
pig install pljs -v 14; # install for PG 14Create this extension with:
CREATE EXTENSION pljs;Last updated on