PostgreSQL table history tracking

From: Ivan Mincik <ivan(dot)mincik(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: PostgreSQL table history tracking
Date: 2011-11-04 22:26:59
Message-ID: CAN8Jn0C3NEZK7tNPA9eGGeTm=wqa10SHKoVAPr=+1JqsQDFBVg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear PostgreSQL users,

I have created set of functions functions which adds possibility to
store full editing history of Your database tables, recover its state
to any time, visualize diffs and place tags to mark particular table
state.
I would be very happy, if somebody will make a try and/or review a
code and post some feedback.

More information:
https://github.com/imincik/pghistory-tracker/blob/master/README
Source code: https://github.com/imincik/pghistory-tracker

Thanks,
Ivan

Browse pgsql-general by date

  From Date Subject
Next Message hubert depesz lubaczewski 2011-11-04 22:43:48 Re: Strange problem with create table as select * from table;
Previous Message hubert depesz lubaczewski 2011-11-04 22:25:49 Re: Strange problem with create table as select * from table;