-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMETA.json
More file actions
45 lines (45 loc) · 1.04 KB
/
Copy pathMETA.json
File metadata and controls
45 lines (45 loc) · 1.04 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": "hive_fdw",
"abstract": "HIVE FDW for PostgreSQL 11+",
"description": "This extension implements a Foreign Data Wrapper for Hive.",
"version": "3.3",
"maintainer": [
"Denis Lussier <denis@lussier.io>"
],
"license": "postgresql",
"provides": {
"hive_fdw": {
"abstract": "HIVE FDW for PostgreSQL 11+",
"file": "hive_fdw--3.3.sql",
"docfile": "README",
"version": "3.3"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "11"
}
}
},
"resources": {
"bugtracker": {hive
"web": "https://github.com/bigsql/hive_fdw/issues"
},
"repository": {
"url": "https://github.com/bigsql/hive_fdw.git",
"web": "https://github.com/bigsql/hive_fdw",
"type": "git"
}
},
"generated_by": "Denis Lussier",
"meta-spec": {
"version": "3.3",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"fdw",
"hive",
"foreign data wrapper"
]
}