Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

creating a simple notify in postgresql

create trigger production_stage before
insert
  on production_item_wip for each row execute procedure fn_production_stage_modified();
Source by arctype.com #
 
PREVIOUS NEXT
Tagged: #creating #simple #notify #postgresql
ADD COMMENT
Topic
Name
3+9 =