catch
03-22-02, 19:38
| <rookie question> i have a table with a column; joined timestamp not null, so... how would i build a trigger that automatically generates a timestamp for column joined? something like.. CREATE TRIGGER trig_person_tstamp BEFORE INSERT ON person FOR EACH ??????? what postgres function should i use to get the current timestamp in trig_person_tstamp? </rookie question> thanks. |