-
Notifications
You must be signed in to change notification settings - Fork 7
/
META.json
34 lines (34 loc) · 959 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
34
{
"name": "pg_reorg",
"abstract": "PostgreSQL module for data reorganization",
"description": "pg_reorg is a PostgreSQL module allowing to reorganize a table without any locks.",
"version": "1.2dev0",
"maintainer": "Takahiro Itagaki",
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
"release_status": "stable",
"license": "bsd",
"provides": {
"pg_reorg": {
"file": "lib/pg_reorg.sql",
"version": "1.2dev0",
"abstract": "PostgreSQL module for data reorganization"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "8.2.0"
}
}
},
"resources": {
"homepage": "http://reorg.projects.postgresql.org/",
"bugtracker": {
"web": "http://pgfoundry.org/tracker/?atid=1376&group_id=1000411&func=browse"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}