luinalin has asked for the wisdom of the Perl Monks concerning the following question:
Our marketing group makes changes to a fairly simple table (5 cols) in a postgres db via a cgi.
In a nutshell I want to disaply an html history of who made what changes to the table content, and am wondering if there's some module out there I can leverage for this.
I need to show more than, Bob made some changes on date X, I need to show, Bob deleted this, added this, modified this. etc.
Later I'd actually like to implement this on more than one cgi, that changes content.
Anything come to mind that could be tasked for this, or a simple way to do this?
I feel like there must be somethign already that I don't know about.
thank you!
Lin
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tracking changes to a db table
by kyle (Abbot) on Feb 07, 2007 at 14:59 UTC | |
|
Re: Tracking changes to a db table
by fmerges (Chaplain) on Feb 07, 2007 at 15:15 UTC | |
|
Re: Tracking changes to a db table
by fenLisesi (Priest) on Feb 07, 2007 at 16:09 UTC |