You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's necessary to have subprocedures in PSQL because it's the only way to do a recursive procedure and some complex routines in EXECUTE BLOCK.
It would be useful too, to simplify some complex stored procedures without calling other procedures.