-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathMETA.json
41 lines (41 loc) · 1.04 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
{
"name": "config_log",
"abstract": "A custom background worker process to log changes to postgresql.conf to a table",
"version": "0.1.7",
"maintainer": "Ian Barwick <[email protected]>",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.3.0"
}
}
},
"provides": {
"config_log": {
"abstract": "A custom background worker process to log changes to postgresql.conf to a table",
"file": "config_log--0.1.7.sql",
"docfile": "README.md",
"version": "0.1.7"
}
},
"resources": {
"repository": {
"url": "git://github.com/ibarwick/config_log.git",
"web": "https://github.com/ibarwick/config_log",
"type": "git"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"generated_by": "Ian Barwick",
"tags": [
"custom background worker",
"bgw",
"postgresql.conf"
]
}