-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
38 lines (38 loc) · 1019 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
37
38
{
"name": "pg_memorycontext",
"abstract": "memory context tool",
"description": "The pg_memorycontext module create views to get postgresql memory context histogram.",
"version": "1.0.1",
"maintainer": [
"jackgo <[email protected]>"
],
"license": "postgresql",
"resources": {
"bugtracker": {
"web": "https://github.com/mutex73/pg_memorycontext/issues"
},
"repository": {
"url": "git://github.com:mutex73/pg_memorycontext.git",
"web": "https://github.com/mutex73/pg_memorycontext.git",
"type": "git"
}
},
"generated_by": "jackgo",
"provides": {
"pg_memorycontext": {
"file": "pg_memorycontext--1.0.sql",
"docfile": "README.md",
"version": "1.0.1",
"abstract": "memory context tool"
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"memory",
"memorycontext",
"histogram"
]
}