-
Notifications
You must be signed in to change notification settings - Fork 9
/
META.json
35 lines (35 loc) · 1.07 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
{
"name": "pg_task",
"abstract": "PostgreSQL and Greenplum job scheduler pg_task allows to execute any sql command at any specific time at background asynchronously",
"description": "PostgreSQL and Greenplum job scheduler pg_task allows to execute any sql command at any specific time at background asynchronously",
"version": "2.1.9",
"maintainer": "RekGRpth <[email protected]>",
"license": "mit",
"provides": {
"pg_task": {
"file": "pg_task.so",
"docfile": "README.md",
"version": "2.1.9"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/RekGRpth/pg_task/issues"
},
"repository": {
"url": "git://github.com/RekGRpth/pg_task.git",
"web": "https://github.com/RekGRpth/pg_task",
"type": "git"
}
},
"generated_by": "RekGRpth",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"task",
"job",
"scheduler"
]
}