Added META.json for PGXN submission
This commit is contained in:
parent
a2fa346eff
commit
fd2d231b2c
34
META.json
Normal file
34
META.json
Normal file
@ -0,0 +1,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.1.7",
|
||||
"maintainer": "Takahiro Itagaki",
|
||||
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
|
||||
"release_status": "stable",
|
||||
"license": "bsd",
|
||||
"provides": {
|
||||
"pg_reorg": {
|
||||
"file": "lib/pg_reorg.sql",
|
||||
"version": "1.1.7",
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user