-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA.json
More file actions
43 lines (43 loc) · 1.09 KB
/
META.json
File metadata and controls
43 lines (43 loc) · 1.09 KB
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
{
"name": "pg_relusage",
"abstract": "An extension to log all the relations used in SQL statements and functions",
"version": "0.0.1",
"maintainer": "Dmitry Astapov <dastapov@gmail.com>",
"license": "postgresql",
"release_status": "stable",
"provides": {
"pg_relusage": {
"abstract": "An extension to log all the relations used in SQL statements and functions",
"file": "pg_relusage.c",
"docfile": "README.md",
"version": "0.0.1"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/adept/pg_relusage/issues"
},
"repository": {
"url": "https://github.com/adept/pg_relusage.git",
"web": "https://github.com/adept/pg_relusage",
"type": "git"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": ">= 9.5.0"
}
}
},
"generated_by": "Dmitry Astapov",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"logging",
"log",
"usage"
]
}