tww
.tww_app
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
modification_last_modified_parent()
Parameters
Name
Type
Mode
IN
Definition
DECLARE table_name TEXT; BEGIN table_name = TG_ARGV[0]; EXECUTE ' UPDATE ' || table_name || ' SET last_modification = TIMEOFDAY()::timestamp WHERE obj_id = ''' || NEW.obj_id || ''' '; RETURN NEW; END;