select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Procedural languages

pljvm

A PostgreSQL procedural language that sends function calls over RPC to code running in an external JVM process.

pgext.cloud · Source code · Documentation · License text · Control file

Overview

Packagepljvm
Version1.0.0
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars4
Latest commit2020-09-16
Catalogue updated2026-08-30

Related extensions

See also

pljavaPL/Java procedural language
plrustCompiles Rust functions to native code as a PostgreSQL procedural language, with optional postgrestd-backed trusted sandboxing.
plrubyEmbed MRI Ruby as an untrusted PostgreSQL procedural language
pgosqlC procedural-language handler providing PL/SQL-style compatibility and Oracle-like sys catalog views.
plsixprovide a Perl 6/Raku procedural language handler for PostgreSQL
pgprologPostgreSQL procedural language handler for Prolog, embedding Scryer Prolog.
pg_typescriptpg_typescript: TypeScript/JavaScript procedural language for PostgreSQL
plpython3tA SQL-only wrapper that registers PostgreSQL PL/Python 3 handlers as a trusted procedural language named plpython3t.
pljuliaEmbeds Julia as an untrusted PostgreSQL procedural language with SPI access, DO blocks, triggers, arrays, and composite-type conversion.
postrEmbeds Ruby as an untrusted PostgreSQL procedural language supporting functions, DO blocks, triggers, and set-returning functions.