PostgreSQL Table Log 0.4.3 review

Download
by rbytes.net on

License: BSD License
File size: 0K
Developer: Andreas Scherbaum
0 stars award from rbytes.net

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.

What's New in This Release:
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).

PostgreSQL Table Log 0.4.3 search tags