Обсуждение: PostgreSQL table history tracking

Поиск
Список
Период
Сортировка

PostgreSQL table history tracking

От
Ivan Mincik
Дата:
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