Re: [ADMIN] Post Gres triggers for trail

2005-05-02 Thread Jason Minion
CTED]On Behalf Of Mandar M BhosaleSent: Monday, April 25, 2005 9:36 AMTo: pgsql-admin@postgresql.orgSubject: [ADMIN] Post Gres triggers for trail I have difficulty in setting a trigger to have trail of my project   I need to update the modified_date of my database tables through

[ADMIN] Post Gres triggers for trail

2005-04-29 Thread Mandar M Bhosale
I have difficulty in setting a trigger to have trail of my project   I need to update the modified_date of my database tables through trigger as   CREATE OR REPLACE TRIGGER taril_trigger AFTER UPDATE ON test_trigger FOR EACH ROWEXECUTE PROCEDURE pro_trail();   pro_trail(){BEGIN NEW.modified