table_version_10 - PostgreSQL table versioning extension
Website: | https://github.com/linz/postgresql-tableversion/ |
---|---|
License: | BSD |
Vendor: | PostgreSQL Global Development Group |
- Description:
PostgreSQL table versioning extension, recording row modifications and its history. The extension provides APIs for accessing snapshots of a table at certain revisions and the difference generated between any two given revisions. The extension uses a PL/PgSQL trigger based system to record and provide access to the row revisions
Packages
table_version_10-1.10.3-1.rhel7.src [49 KiB] |
Changelog
by Devrim Gündüz (2022-09-29):
- Update to 1.10.3 |
table_version_10-1.9.0-1.rhel7.src [56 KiB] |
Changelog
by Devrim Gündüz (2021-06-02):
- Update to 1.9.0 - Remove pgxs patches, and export PATH instead. |