User Tools

Site Tools


postgresqlfunctions

This is an old revision of the document!


Templates

Functions

CREATE [OR REPLACE] FUNCTION fnc_nme()
   RETURNS <return type> 
   LANGUAGE plpgsql
AS $$
DECLARE 
-- Variables
BEGIN
 -- Logic
END; $$
postgresqlfunctions.1709285487.txt.gz · Last modified: 2025/03/08 22:23 (external edit)