forked from citusdata/pg_cron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
49 lines (46 loc) · 1.3 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
{
"name": "pg_cron",
"abstract": "Periodic job scheduler for PostgreSQL",
"description": "Sets up a background worker that periodically runs queries in the background",
"version": "1.0",
"maintainer": "\"Marco Slot\" <[email protected]>",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.5.0"
}
}
},
"provides": {
"pg_cron": {
"abstract": "Periodic background job scheduler",
"file": "pg_cron--1.0.sql",
"docfile": "README.md",
"version": "1.0"
}
},
"release_status": "stable",
"resources": {
"homepage": "https://citusdata.com/",
"bugtracker": {
"web": "https://github.com/citusdata/pg_cron/issues",
"mailto": "[email protected]"
},
"repository": {
"url": "git://github.com/citusdata/pg_cron.git",
"web": "https://github.com/citusdata/pg_cron",
"type": "git"
}
},
"generated_by": "\"Marco Slot\" <[email protected]>",
"tags": [
"cron", "background worker"
],
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}