-
Notifications
You must be signed in to change notification settings - Fork 176
/
META.json
46 lines (46 loc) · 1.35 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "pg_repack",
"abstract": "PostgreSQL module for data reorganization",
"description": "Reorganize tables in PostgreSQL databases with minimal locks",
"version": "1.5.2",
"maintainer": [
"Beena Emerson <[email protected]>",
"Josh Kupershmidt <[email protected]>",
"Masahiko Sawada <[email protected]>",
"Daniele Varrazzo <[email protected]>",
"Artur Zakirov <[email protected]>",
"Andreas Scherbaum <[email protected]>"
],
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
"release_status": "stable",
"license": "bsd",
"provides": {
"pg_repack": {
"file": "lib/pg_repack.sql",
"version": "1.5.2",
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.5.0"
}
}
},
"resources": {
"homepage": "https://reorg.github.io/pg_repack",
"bugtracker": {
"web": "https://github.com/reorg/pg_repack/issues"
},
"repository": {
"url": "git://github.com/reorg/pg_repack.git",
"web": "https://github.com/reorg/pg_repack/",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
}
}