maya
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
ot_rw_pgnotify_newevent()
Parameters
Name
Type
Mode
Definition
BEGIN PERFORM pg_notify('event',row_to_json((NEW.*))::varchar); RETURN NEW; EXCEPTION WHEN OTHERS THEN RETURN NEW; END;