-
Notifications
You must be signed in to change notification settings - Fork 16
/
META.json
56 lines (56 loc) · 1.4 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
47
48
49
50
51
52
53
54
55
56
{
"name": "pg_jobmon",
"abstract": "Job logging and monitoring extension",
"version": "1.5.0",
"maintainer": [
"Robert Treat <rob@xzilla.net>",
"Keith Fiske <keith@keithf4.com>"
],
"license": "postgresql",
"generated_by": "Keith Fiske",
"release_status": "stable",
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.1.0",
"dblink": "1.0.0"
}
}
},
"provides": {
"pg_jobmon": {
"file": "sql/pg_jobmon--1.5.0.sql",
"docfile": "doc/pg_jobmon.md",
"version": "1.5.0",
"abstract": "Job logging and monitoring extension"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/omniti-labs/pg_jobmon/issues"
},
"repository": {
"url": "git://github.com/omniti-labs/pg_jobmon.git" ,
"web": "https://github.com/omniti-labs/pg_jobmon",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"function",
"functions",
"function logging",
"function monitoring",
"job",
"jobs",
"job logging",
"job monitoring",
"log",
"logging",
"monitoring",
"autonomous transactions"
]
}