Menu

Tree [7df8fb] master /
 History

HTTPS access


File Date Author Commit
 SPECS 2015-02-16 bwtakacy bwtakacy [37ce5b] Update spec files for 3.1.8.
 bin 2015-05-26 oonishitk oonishitk [b1c181] Update for run regression tests for PostgreSQL ...
 doc 2015-06-12 oonishitk oonishitk [7df8fb] Add lacked figure in documentation.
 include 2015-02-16 bwtakacy bwtakacy [527566] Update regression tests for 3.1.8.
 lib 2015-05-26 oonishitk oonishitk [737fa2] Follow GetUserNameFromId API change for Postgre...
 msvc 2013-10-31 bwtakacy bwtakacy [320db6] Migrate from CVS repository of pgfoundry
 util 2013-10-31 bwtakacy bwtakacy [320db6] Migrate from CVS repository of pgfoundry
 .travis.yml 2015-05-26 oonishitk oonishitk [9ed984] Change to run regression tests with PostgreSQL ...
 COPYRIGHT 2015-01-05 bwtakacy bwtakacy [22eeaa] Update Copyright.
 Makefile 2015-01-05 bwtakacy bwtakacy [22eeaa] Update Copyright.
 README.md 2015-05-27 oonishitk oonishitk [21d4c2] Add README

Read Me

pg_bulkload

pg_bulkload is a high speed data loading tool for PostgreSQL.

pg_bulkload is designed to load huge amount of data to a database.
You can load data to table bypassing PostgreSQL shared buffers.

pg_bulkload also has some ETL features; input data validation and data transformation.

Branches

  • master : branch for pg_bulkload 3.2
  • VERSION3_1_STABLE : branch for pg_bulkload 3.1 which supports PostgreSQL 8.4 to 9.4.

How to use

See doc/index.html.

How to build and install from source code

Change directory into top directory of pg_bulkload sorce codes and
run the below commands.

 $ make
 # make install

How to run regression tests

Start PostgreSQL server and run the below command.

 $ make installcheck

Bug report

https://sourceforge.net/p/pgbulkload/tickets/

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.