{ "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.15", "maintainer": "NTT OSS Center DBMS Development and Support Team ", "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.15" } }, "prereqs": { "runtime": { "requires": { "PostgreSQL": ">=9.2.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" ] }