forked from wulczer/first_last_agg
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETA.json
More file actions
45 lines (45 loc) · 1.08 KB
/
META.json
File metadata and controls
45 lines (45 loc) · 1.08 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
44
45
{
"name": "first_last_agg",
"abstract": "Provides first() and last() aggregate functions.",
"version": "0.1.6",
"maintainer" : [
"adjustgmbh"
],
"release_status": "stable",
"license": "postgresql",
"provides": {
"first_last_agg": {
"file": "sql/first_last_agg.sql",
"docfile": "doc/first_last_agg.md",
"version": "0.1.6",
"abstract": "Provides first() and last() aggregate functions."
}
},
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "10.0.0"
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/wulczer/first_last_agg/issues/"
},
"repository": {
"url": "git://github.com/wulczer/first_last_agg.git",
"web": "http://github.com/wulczer/first_last_agg/",
"type": "git"
}
},
"generated_by": "Jan Urbański",
"tags": [
"first aggregate",
"last aggregate",
"aggregate function"
]
}