{ "name": "temporal_tables", "abstract": "Temporal Tables Extension", "description": "This extension provides support for temporal tables. System-period data versioning (also known as transaction time or system time) allows you to specify that old rows are archived into another table (that is called the history table).", "version": "1.0.0", "release_status": "testing", "maintainer": [ "Vladislav Arkhipov " ], "license": "bsd", "provides": { "temporal_tables": { "abstract": "Temporal Tables Extension", "file": "temporal_tables--1.0.0.sql", "docfile": "README.temporal_tables", "version": "1.0.0" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": "9.2.0" } } }, "resources": { "homepage": "http://www.softus.org" }, "generated_by": "Vladislav Arkhipov", "meta-spec": { "version": "1.0.0", "url": "http://pgxn.org/meta/spec.txt" }, "tags": [ "temporal database", "temporal table", "system-period data versioning", "system-versioned table", "system time", "transaction time", "table audit", "history table", "time travel" ] }