-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMETA.json
33 lines (33 loc) · 895 Bytes
/
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
{
"name": "pg_part",
"abstract": "Table partitioning utility for PostgreSQL",
"version": "0.1.0",
"maintainer": "Satoshi Nagayasu <snaga@uptime.jp>",
"license": "gpl_2",
"provides": {
"pg_part": {
"file": "pg_part--0.1.0.sql",
"docfile": "README.md",
"version": "0.1.0",
"abstract": "Table partitioning extention"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/uptimejp/pg_part/issues"
},
"repository": {
"url": "git://github.com/uptimejp/pg_part.git",
"web": "https://github.com/uptimejp/pg_part",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"partitioning",
"table partitioning"
]
}