aonestar
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
sp_trg_vip_before_update
Parameters
Name
Type
Mode
Definition
DECLARE target_id INT; -- target_connect_rooms INT[]; begin --=== create by T.Supol 2025-06-28 --select fn_sys_param('DEFAULT','VIP',null)::int4 into target_id; if fn_sys_param('DEFAULT','VIP',null::int4) = old.id then raise exception 'can not update' ; else return new; end if; END;