How VOLATILE, IMMUTABLE, and STABLE Attributes Affect Functions in Supabase
Oct 4, 2024 · 7 min read · In Supabase, which is built on PostgreSQL, when you create functions using PL/pgSQL (Procedural Language/PostgreSQL), you have the option to specify the volatility category of each function: VOLATILE, STABLE, or IMMUTABLE. These categories describe h...
Join discussion

