forked from postgrespro/pg_pathman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
46 lines (46 loc) · 1.16 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
{
"name": "pg_pathman",
"abstract": "Fast partitioning tool for PostgreSQL",
"description": "pg_pathman provides optimized partitioning mechanism and functions to manage partitions.",
"version": "1.5.11",
"maintainer": [
"Arseny Sher <[email protected]>"
],
"license": "postgresql",
"resources": {
"bugtracker": {
"web": "https://github.com/postgrespro/pg_pathman/issues"
},
"repository": {
"url": "git://github.com:postgrespro/pg_pathman.git",
"web": "https://github.com/postgrespro/pg_pathman",
"type": "git"
}
},
"generated_by": "pgpro",
"provides": {
"pg_pathman": {
"file": "pg_pathman--1.5.sql",
"docfile": "README.md",
"version": "1.5.11",
"abstract": "Effective partitioning tool for PostgreSQL 9.5 and higher"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"partitioning",
"partition",
"optimization",
"table",
"tables",
"custom node",
"runtime append",
"background worker",
"fdw",
"range",
"hash"
]
}