-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
61 lines (61 loc) · 1.58 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "Argm",
"abstract": "Argm postgresql extension: argmax/argmin and anyold aggregate functions",
"description": "This PostgreSQL extension proivide several aggregate functions that could be used for SQL queries simplification and speedup.",
"version": "1.1.2",
"maintainer": "Alexey Bashtanov <[email protected]>",
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"prereqs": {
"build": {
"requires": {
"PostgreSQL": ">= 9.6.10, != 10.0, != 10.1, != 10.2, != 10.3, != 10.4"
}
},
"runtime": {
"requires": {
"PostgreSQL": ">= 9.6.10, != 10.0, != 10.1, != 10.2, != 10.3, != 10.4"
}
}
},
"provides": {
"argm": {
"file": "argm--1.1.2.sql",
"docfile": "README.md",
"version": "1.1.2"
}
},
"release_status": "testing",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"aggregate function",
"aggregate",
"max",
"min",
"argmax",
"argmin",
"grouping",
"anyold",
"distinct",
"group by",
"distinct on",
"speedup",
"speed up"
],
"resources": {
"homepage": "http://github.com/bashtanov/argm",
"bugtracker": {
"web": "http://github.com/bashtanov/argm/issues",
"mailto": "[email protected]"
},
"repository": {
"url": "https://github.com/bashtanov/argm.git",
"web": "https://github.com/bashtanov/argm",
"type": "git"
}
}
}