35 lines
964 B
JSON
35 lines
964 B
JSON
{
|
|
"name": "pg_repack",
|
|
"abstract": "PostgreSQL module for data reorganization",
|
|
"description": "pg_repack 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_repack": {
|
|
"file": "lib/pg_repack.sql",
|
|
"version": "1.2dev0",
|
|
"abstract": "PostgreSQL module for data reorganization"
|
|
}
|
|
},
|
|
"prereqs": {
|
|
"runtime": {
|
|
"requires": {
|
|
"PostgreSQL": "8.2.0"
|
|
}
|
|
}
|
|
},
|
|
"resources": {
|
|
"homepage": "http://repack.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"
|
|
}
|
|
}
|