forked from citusdata/cstore_fdw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
45 lines (45 loc) · 1.12 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
{
"name": "cstore_fdw",
"abstract": "Columnar Store for PostgreSQL",
"description": "PostgreSQL extension which implements a Columnar Store.",
"version": "1.5.0",
"maintainer": "Murat Tuncer <[email protected]>",
"license": "apache_2_0",
"provides": {
"cstore_fdw": {
"abstract": "Foreign Data Wrapper for Columnar Store Tables",
"file": "cstore_fdw--1.5.sql",
"docfile": "README.md",
"version": "1.5.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.3.0"
}
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/citusdata/cstore_fdw/issues/"
},
"repository": {
"url": "git://github.com/citusdata/cstore_fdw.git",
"web": "https://github.com/citusdata/cstore_fdw/",
"type": "git"
}
},
"generated_by": "Murat Tuncer",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"orc",
"fdw",
"foreign data wrapper",
"cstore_fdw",
"columnar store"
]
}