Poick

This is a cached version of https://www.postgresql.org/about/news/plhaskell-v10-released-2519/ from 2/28/2026, 3:16:16 PM.

PostgreSQL: PL/Haskell v1.0 Released

I'd like to announce the release of version 1.0 of the PL/Haskell extension. This extension allows users to write PostgreSQL …

February 26, 2026: PostgreSQL 18.3, 17.9, 16.13, 15.17, and 14.22 Released! Quick Links About Governance Policies Feature Matrix Donate History Sponsors Contributing Financial Servers Latest News Upcoming Events Past events Press Licence PL/Haskell v1.0 Released Posted on 2022-10-05 by PL/Haskell Related Open Source I'd like to announce the release of version 1.0 of the PL/Haskell extension. This extension allows users to write PostgreSQL functions in the Haskell functional programming language. Code and build instructions can be found at:https://github.com/ed-o-saurus/PLHaskell/tree/main Code can be downloaded at:https://github.com/ed-o-saurus/PLHaskell/releases/tag/1.0 Currently, there is no ability to access the DB from inside of Haskell functions. However, if there is enough interest from the community, I may release a subsequent version with this ability. If you have any questions or comments, send me an email (ed@behn.us). If you have problems with the extension, submit a GitHub issue.