forked from ossc-db/pg_bulkload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
43 lines (43 loc) · 1.17 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
{
"name": "pg_bulkload",
"abstract": "High speed data loading utility for PostgreSQL",
"description": "pg_bulkload is designed to load huge amount of data to a database. You can load data to table bypassing PostgreSQL shared buffers.",
"version": "3.1.9",
"maintainer": "Takashi Ohnishi <[email protected]>",
"license": "bsd",
"provides": {
"pg_bulkload": {
"abstract": "High speed data loading utility for PostgreSQL",
"file": "lib/pg_bulkload.so",
"docfile": "doc/index.html",
"version": "3.1.9"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": ">=8.4.0, <9.6.0"
}
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/ossc-db/pg_bulkload/issues"
},
"repository": {
"url": "https://github.com/ossc-db/pg_bulkload.git",
"web": "http://ossc-db.github.io/pg_bulkload/index.html",
"type": "git"
}
},
"generated_by": "David E. Wheeler",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"bulk load",
"load",
"copy"
]
}