Skip to content

Commit fd2d231

Browse files
committed
Added META.json for PGXN submission
1 parent a2fa346 commit fd2d231

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

META.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "pg_reorg",
3+
"abstract": "PostgreSQL module for data reorganization",
4+
"description": "pg_reorg is a PostgreSQL module allowing to reorganize a table without any locks.",
5+
"version": "1.1.7",
6+
"maintainer": "Takahiro Itagaki",
7+
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
8+
"release_status": "stable",
9+
"license": "bsd",
10+
"provides": {
11+
"pg_reorg": {
12+
"file": "lib/pg_reorg.sql",
13+
"version": "1.1.7",
14+
"abstract": "PostgreSQL module for data reorganization"
15+
}
16+
},
17+
"prereqs": {
18+
"runtime": {
19+
"requires": {
20+
"PostgreSQL": "8.2.0"
21+
}
22+
}
23+
},
24+
"resources": {
25+
"homepage": "http://reorg.projects.postgresql.org/",
26+
"bugtracker": {
27+
"web": "http://pgfoundry.org/tracker/?atid=1376&group_id=1000411&func=browse"
28+
}
29+
},
30+
"meta-spec": {
31+
"version": "1.0.0",
32+
"url": "http://pgxn.org/meta/spec.txt"
33+
}
34+
}

0 commit comments

Comments
 (0)