Thanks! That did the trick. I had tried that logic in the function,
but I had always used an AFTER trigger, so it didn't work. Thanks,
again. You've saved my sanity. :)
-----
Jason Lee, SCJP
Senior Software Engineer
http://www.iec-okc.com
> -Original Message-
> From
RETURN NEW;
end;
With the trigger created with
CREATE TRIGGER update_changed_ts AFTER INSERT OR UPDATE
ON unit_specification FOR EACH ROW
EXECUTE PROCEDURE public.update_unit_spec_changed_date();
Thanks for the help. :)
-
Jason Lee, SCJP
Senior Software Engineer
http://www.ie