select open change scope Open full search

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

Extensions / Procedural languages

pljulia

Embeds Julia as an untrusted PostgreSQL procedural language with SPI access, DO blocks, triggers, arrays, and composite-type conversion.

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

Overview

Packagepljulia
Version0.8
PostgreSQL versions14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Schemapg_catalog
Stars2
Latest commit2026-06-19
Latest release2021-01-26
Catalogue updated2026-07-30

Related extensions

See also

postrEmbeds Ruby as an untrusted PostgreSQL procedural language supporting functions, DO blocks, triggers, and set-returning functions.
plrubyEmbed MRI Ruby as an untrusted PostgreSQL procedural language
plhaskellprovide trusted and untrusted Haskell procedural languages for PostgreSQL
plrustCompiles Rust functions to native code as a PostgreSQL procedural language, with optional postgrestd-backed trusted sandboxing.
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.
pljvmA PostgreSQL procedural language that sends function calls over RPC to code running in an external JVM process.