Re: [PERFORM] When the Record Got Updated.

2007-03-06 Thread A. Kretschmer
am Wed, dem 07.03.2007, um 12:13:55 +0530 mailte Gauri Kanekar folgendes: > Hi List, > > Can i find out the timestamp when last a record from a table got updated. > Do any of the pg system tables store this info. No, impossible. But you can write a TRIGGER for such tasks. Andreas -- Andreas

[PERFORM] When the Record Got Updated.

2007-03-06 Thread Gauri Kanekar
Hi List, Can i find out the timestamp when last a record from a table got updated. Do any of the pg system tables store this info. -- Regards Gauri