select open change scope Open full search

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

Extensions / Procedural languages

plsix

provide a Perl 6/Raku procedural language handler for PostgreSQL

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

Overview

Packageplsix
Version2
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeStandard
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Stars1
Latest commit2019-06-21
Catalogue updated2026-08-30

Related extensions

See also

pgosqlC procedural-language handler providing PL/SQL-style compatibility and Oracle-like sys catalog views.
pgprologPostgreSQL procedural language handler for Prolog, embedding Scryer Prolog.
plrubyEmbed MRI Ruby as an untrusted PostgreSQL procedural language
plrustCompiles Rust functions to native code as a PostgreSQL procedural language, with optional postgrestd-backed trusted sandboxing.
pljvmA PostgreSQL procedural language that sends function calls over RPC to code running in an external JVM process.
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.
postrEmbeds Ruby as an untrusted PostgreSQL procedural language supporting functions, DO blocks, triggers, and set-returning functions.