postgresqlfunctions
This is an old revision of the document!
Table of Contents
Templates
Functions
CREATE [OR REPLACE] FUNCTION fnc_nme() RETURNS <return type> LANGUAGE plpgsql AS $$ DECLARE -- Variables BEGIN -- Logic END; $$
Procedures
If Then Else
Case
Loop
postgresqlfunctions.1709285572.txt.gz · Last modified: 2025/03/08 22:23 (external edit)