Triggers, Stored Procedures, User-defined Functions, and Views
PCC provides a way to create, modify, and delete triggers, stored procedures, user-defined functions, and views. See also SQL Editor Tasks.
These objects appear as nodes in the PSQL Explorer.
CREATE TRIGGER in SQL Engine Reference
CREATE PROCEDURE in SQL Engine Reference
CREATE FUNCTION in SQL Engine Reference
CREATE VIEW in SQL Engine Reference