-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathMETA.json
More file actions
44 lines (44 loc) · 1.18 KB
/
META.json
File metadata and controls
44 lines (44 loc) · 1.18 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
{
"name": "foreign_table_exposer",
"abstract": "Expose foreign tables as a regular table",
"description": "PostgreSQL extension which exposes foreign tables as a regular table.",
"version": "1.0.0",
"maintainer": "Mitsunori Komatsu <komamitsu@gmail.com>",
"license": "apache_2_0",
"provides": {
"foreign_table_exposer": {
"abstract": "Expose foreign tables as a regular table",
"file": "foreign_table_exposer--1.0.sql",
"docfile": "README.md",
"version": "1.0.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.3.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/komamitsu/foreign_table_exposer/issues"
},
"repository": {
"url": "https://github.com/komamitsu/foreign_table_exposer.git",
"web": "https://github.com/komamitsu/foreign_table_exposer/",
"type": "git"
}
},
"generated_by": "Mitsunori Komatsu",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"table",
"plan",
"fdw",
"foreign data wrapper"
]
}