-
Notifications
You must be signed in to change notification settings - Fork 14
/
META.json
executable file
·43 lines (43 loc) · 1.03 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
{
"name": "pgtt",
"abstract": "Extension to add Global Temporary Tables feature to PostgreSQL.",
"version": "4.0.0",
"maintainer": "Gilles Darold <[email protected]>",
"license": "postgresql",
"release_status": "stable",
"provides": {
"pgtt": {
"abstract": "Extension to manage Global Temporary Tables",
"file": "sql/pgtt--4.0.0.sql",
"docfile": "doc/pgtt.md",
"version": "4.0.0"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/darold/pgtt/issues"
},
"repository": {
"url": "git://github.com/darold/pgtt.git",
"web": "https://github.com/darold/pgtt.git",
"type": "git"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "12.0"
}
}
},
"generated_by": "Gilles Darold",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"global",
"temporary",
"table"
]
}