-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathMETA.json
44 lines (44 loc) · 1.05 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
{
"name": "first_last_agg",
"abstract": "Provides first() and last() aggregate functions.",
"version": "0.1.4",
"maintainer": [
"Jan Urbański <[email protected]>"
],
"release_status": "stable",
"license": "postgresql",
"prereqs": {
"build": {
"requires": {
"PostgreSQL": "9.0.0"
}
}
},
"provides": {
"first_last_agg": {
"file": "sql/first_last_agg.sql",
"docfile": "doc/first_last_agg.md",
"version": "0.1.4"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/wulczer/first_last_agg/issues/"
},
"repository": {
"url": "git://github.com/wulczer/first_last_agg.git",
"web": "https://github.com/wulczer/first_last_agg/",
"type": "git"
}
},
"generated_by": "Jan Urbański",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"first aggregate",
"last aggregate",
"aggregate function"
]
}