An open API service indexing awesome lists of open source software.

https://github.com/raitraidma/pghistory


https://github.com/raitraidma/pghistory

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

# pgHistory

## Alternatives
* [temporal_tables](https://github.com/arkhipov/temporal_tables)
* [postgresql-tableversion](https://github.com/linz/postgresql-tableversion)
* PostgreSQL `timetravel` extension

## Interesting reading
* [Historical records with PostgreSQL, temporal tables and SQL:2011](http://clarkdave.net/2015/02/historical-records-with-postgresql-and-temporal-tables-and-sql-2011/)
* [SQL2011Temporal](https://wiki.postgresql.org/wiki/SQL2011Temporal)
* http://blog.myitcv.org.uk/2014/02/25/row-level-version-control-with-postgresql.html