Extensions / Procedural languages
Embeds Ruby as an untrusted PostgreSQL procedural language supporting functions, DO blocks, triggers, and set-returning functions.
pgext.cloud · Source code · Documentation · License text · Control file
| Package | postr |
|---|---|
| Version | 0.1.0 |
| PostgreSQL versions | 13 · 14 · 15 · 16 · 17 · 18 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | No |
| Schema | postr |
| Stars | 2 |
| Latest commit | 2026-03-29 |
| Catalogue updated | 2026-08-30 |
| plruby | Embed MRI Ruby as an untrusted PostgreSQL procedural language |
| plmruby | Run scalar, set-returning, inline, and trigger functions in the embedded mruby runtime |
| pljulia | Embeds Julia as an untrusted PostgreSQL procedural language with SPI access, DO blocks, triggers, arrays, and composite-type conversion. |
| holycorn | Ruby foreign data wrapper provider |
| plhaskell | provide trusted and untrusted Haskell procedural languages for PostgreSQL |
| plrust | Compiles Rust functions to native code as a PostgreSQL procedural language, with optional postgrestd-backed trusted sandboxing. |
| pgprolog | PostgreSQL procedural language handler for Prolog, embedding Scryer Prolog. |
| 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 |
| pg_typescript | pg_typescript: TypeScript/JavaScript procedural language for PostgreSQL |