-
Notifications
You must be signed in to change notification settings - Fork 3
/
META.json
36 lines (36 loc) · 903 Bytes
/
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
{
"name": "log_functions",
"abstract": "Module to log functions",
"description": "log_functions is a PostgreSQL module that logs each function executed.",
"version": "1.0.2",
"maintainer": "Guillaume Lelarge <[email protected]>",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"release_status": "stable",
"provides": {
"log_functions": {
"file": "log_functions.so",
"version": "1.0.2"
}
},
"meta-spec": {
"version": "1.0.2",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"function",
"stored procedure",
"log"
],
"resources": {
"bugtracker": {
"web": "https://github.com/gleu/log_functions/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/gleu/log_functions.git",
"web": "https://[email protected]/gleu/log_functions.git"
}
}
}