forked from reorg/pg_repack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
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.4.8",
"maintainer": [
"Beena Emerson <memissemerson@gmail.com>",
"Josh Kupershmidt <schmiddy@gmail.com>",
"Masahiko Sawada <sawada.mshk@gmail.com>",
"Daniele Varrazzo <daniele.varrazzo@gmail.com>",
"Artur Zakirov <zaartur@gmail.com>",
"Andreas Scherbaum <andreas@scherbaum.la>"
],
"tags": [ "bloat", "maintenance", "vacuum", "cluster" ],
"release_status": "stable",
"license": "bsd",
"provides": {
"pg_repack": {
"file": "lib/pg_repack.sql",
"version": "1.4.8",
"abstract": "Reorganize tables in PostgreSQL databases with minimal locks"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.4.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"
}
}