How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

plx : Write PostgreSQL functions in the language you already know.

calendar_today August 12, 2026 domain postgresql

What plx is plx is a PostgreSQL extension that lets you write stored functions and triggers in the dialect you already know (the current set is listed below). When you run CREATE FUNCTION , plx transpiles the body to plpgsql and stores that plpgsql in pg_proc.prosrc . At run time the function is executed by PostgreSQL’s own plpgsql interpreter.

open_in_new Read original post