select open change scope Open full search

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

Extensions / Procedural languages

plhaskell

provide trusted and untrusted Haskell procedural languages for PostgreSQL

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

Overview

Packageplhaskell
Version5.0
RepositoryUnspecified
Extension typeStandard
Project statusActive
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableNo
Stars147
Latest commit2026-06-26
Latest release2025-10-11
Catalogue updated2026-08-30

Related extensions

See also

plrubyEmbed MRI Ruby as an untrusted PostgreSQL procedural language
pldotnetadd C# and F# procedural languages to PostgreSQL through .NET
plrustCompiles Rust functions to native code as a PostgreSQL procedural language, with optional postgrestd-backed trusted sandboxing.
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.
pljuliaEmbeds Julia as an untrusted PostgreSQL procedural language with SPI access, DO blocks, triggers, arrays, and composite-type conversion.
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