-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETA.json
More file actions
42 lines (39 loc) · 1.31 KB
/
META.json
File metadata and controls
42 lines (39 loc) · 1.31 KB
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
{
"name": "range_partitioning",
"abstract": "Partition a table by static ranges",
"description": "Convert ordinary tables into partitioned tables based on an arbitrary column. Add partitions by splitting an existing partition into two adjacent sub-ranges. Combine two adjacent partitions into a single partition.",
"version": "1.2.2",
"maintainer": "Corey Huinker <corey.huinker@moat.com>",
"license": "postgresql",
"provides": {
"range_partitioning": {
"abstract": "Partition a table by static ranges",
"file": "sql/range_partitioning.sql",
"docfile": "doc/range_partitioning.md",
"version": "1.2.2"
}
},
"release_status": "stable",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.2.0"
}
}
},
"generated_by": "Corey Huinker",
"resources": {
"bugtracker": {
"web": "https://github.com/moat/range_partitioning/issues"
},
"repository": {
"url": "git://github.com/moat/range_partitioning.git" ,
"web": "https://github.com/moat/range_partitioning",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}