Skip to content

Commit

Permalink
Added META.json for PGXN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Sep 22, 2012
1 parent 1140f33 commit 61aa796
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions META.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"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"
}
}

0 comments on commit 61aa796

Please sign in to comment.