pljava
PL/Java procedural language (https://tada.github.io/pljava/)
Module:
Categories:
Overview
PGDG 1st Party Extension: pljava
: PL/Java procedural language (https://tada.github.io/pljava/)
Information
- Extension ID: 3090
- Extension Name:
pljava
- Package Name:
pljava
- Category:
LANG
- License: BSD 3
- Website: https://github.com/tada/pljava
- Language: Java
- Extra Tags:
big-deps
- Comment: N/A
Metadata
- Latest Version: 1.6.8
- 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:
sqlj
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
pljava_$v*
- RPM Ver :
1.6.8
- RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-pljava
- DEB Ver :
1.6.8
- DEB Deps: N/A
Packages
Installation
Install pljava
via the pig
CLI tool:
pig ext install pljava
Install pljava
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pljava"]}' # -l <cls>
Install pljava
RPM from YUM repo directly:
dnf install pljava_17*;
dnf install pljava_16*;
dnf install pljava_15*;
dnf install pljava_14*;
dnf install pljava_13*;
Install pljava
DEB from APT repo directly:
apt install postgresql-17-pljava;
apt install postgresql-16-pljava;
apt install postgresql-15-pljava;
apt install postgresql-14-pljava;
apt install postgresql-13-pljava;
Enable pljava
extension on PostgreSQL cluster:
CREATE EXTENSION pljava;
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.