Extensions / Procedural languages
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
| Package | pljvm |
|---|---|
| Version | 1.0.0 |
| Repository | Unspecified |
| Extension type | Standard |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 4 |
| Latest commit | 2020-09-16 |
| Catalogue updated | 2026-08-30 |
| pljava | PL/Java procedural language |
| plrust | Compiles Rust functions to native code as a PostgreSQL procedural language, with optional postgrestd-backed trusted sandboxing. |
| plruby | Embed MRI Ruby as an untrusted PostgreSQL procedural language |
| pgosql | C procedural-language handler providing PL/SQL-style compatibility and Oracle-like sys catalog views. |
| plsix | provide a Perl 6/Raku procedural language handler for PostgreSQL |
| pgprolog | PostgreSQL procedural language handler for Prolog, embedding Scryer Prolog. |
| pg_typescript | pg_typescript: TypeScript/JavaScript procedural language for PostgreSQL |
| plpython3t | A SQL-only wrapper that registers PostgreSQL PL/Python 3 handlers as a trusted procedural language named plpython3t. |
| pljulia | Embeds Julia as an untrusted PostgreSQL procedural language with SPI access, DO blocks, triggers, arrays, and composite-type conversion. |
| postr | Embeds Ruby as an untrusted PostgreSQL procedural language supporting functions, DO blocks, triggers, and set-returning functions. |