PostgreSQL Table Log contains functions that allow you to log PostgreSQL table
inserts, updates, and deletes into another table. This can be used to recover
the state of the logged table or to recover specific rows from a given time
period.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This version now works with PostgreSQL versions
8.2 and later. Some warnings have been removed and
the documentation was cleaned up. PGXS is now used
for building from source. RPM packages are
available.
This release fixes a bug which occurred if a
column on the watched
table was dropped (there was an older bugfix for
this case, but it
seems it was incomplete) and changes the return
type to TRIGGER (which
effectively drops support for versions less than
7.4).