-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathMETA.json
45 lines (45 loc) · 1.09 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": "jdbc_fdw",
"abstract": "jdbc FDW for PostgreSQL 9.1+",
"description": "This extension implements a Foreign Data Wrapper for jdbc. It is supported on PostgreSQL 9.1 and above.",
"version": "1.0.0",
"maintainer": [
"Atri Sharma <[email protected]>"
],
"license": "postgresql",
"provides": {
"jdbc_fdw": {
"abstract": "jdbc FDW for PostgreSQL 9.1+",
"file": "jdbc_fdw--1.0.sql",
"docfile": "README",
"version": "1.0.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.1.0"
}
}
},
"resources": {
"bugtracker": {jdbc
"web": "https://github.com/atris/JDBC_FDW/issues"
},
"repository": {
"url": "https://github.com/atris/JDBC_FDW.git",
"web": "https://github.com/atris/JDBC_FDW",
"type": "git"
}
},
"generated_by": "Atri Sharma",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"fdw",
"jdbc",
"foreign data wrapper"
]
}