forked from pgpartman/pg_partman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
53 lines (53 loc) · 1.35 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
{
"name": "pg_partman",
"abstract": "Extension to manage partitioned tables by time or ID",
"version": "4.3.0",
"maintainer": [
"Keith Fiske <[email protected]>"
],
"license": "postgresql",
"generated_by": "Keith Fiske",
"release_status": "stable",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.4.0"
},
"recommends": {
"pg_jobmon": "1.3.2"
}
}
},
"provides": {
"pg_partman": {
"file": "sql/pg_partman--4.3.0.sql",
"docfile": "doc/pg_partman.md",
"version": "4.3.0",
"abstract": "Extension to manage partitioned tables by time or ID"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/keithf4/pg_partman/issues"
},
"repository": {
"url": "git://github.com/keithf4/pg_partman.git" ,
"web": "https://github.com/keithf4/pg_partman",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"partition",
"partitions",
"partitioning",
"table",
"tables",
"bgw",
"background worker",
"custom background worker"
]
}