forked from arkhipov/temporal_tables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
58 lines (58 loc) · 1.6 KB
/
META.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"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.2.2",
"release_status": "stable",
"maintainer": [
"Vladislav Arkhipov <[email protected]>"
],
"license": "bsd",
"provides": {
"temporal_tables": {
"abstract": "Temporal Tables Extension",
"file": "temporal_tables--1.2.2.sql",
"docfile": "README.md",
"version": "1.2.2"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": ">= 9.2.0"
}
}
},
"resources": {
"homepage": "https://arkhipov.ru",
"repository": {
"url": "https://github.com/arkhipov/temporal_tables.git",
"web": "https://github.com/arkhipov/temporal_tables",
"type": "git"
},
"bugtracker": {
"web": "https://github.com/arkhipov/temporal_tables/issues"
}
},
"generated_by": "Vladislav Arkhipov",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"temporal database",
"temporal table",
"temporal",
"system-period data versioning",
"system-versioned table",
"system time",
"transaction time",
"table audit",
"history table",
"time travel",
"audit",
"versioning",
"snapshot",
"flashback"
]
}