pgloader

Edit Package pgloader

pgloader is a data loading tool for PostgreSQL, using the COPY command.

Its main advantage over just using COPY or \copy, and over using a Foreign Data Wrapper, is its transaction behaviour, where pgloader will keep a separate file of rejected data, but continue trying to copy good data in your database.

The default PostgreSQL behaviour is transactional, which means that any erroneous line in the input data (file or remote database) will stop the entire bulk load for the table.

pgloader also implements data reformatting.

Refresh
Refresh
Source Files
Filename Size Changed
pgloader-bundle-3.6.9.tgz 0011631252 11.1 MB
pgloader.changes 0000005825 5.69 KB
pgloader.spec 0000002953 2.88 KB
Revision 20 (latest revision is 23)
Marcus Rueckert's avatar Marcus Rueckert (darix) accepted request 1062291 from Emiliano Langella's avatar Emiliano Langella (emilianolangella) (revision 20)
- Update to version 3.6.9
  + Add default support for MSSQL auto-incrementing bigint and smallint
  + Improve pgloader docs
- Changes from version 3.6.8
  + Use the unix-namestring as the hash key for SQL queries
  + Added support for sequences with minvalue defined
  + Fix mapping mysql signed int with auto_incement to postgresql serial
- Changes from version 3.6.7
  + Set SBCL dynamic space size to 16 GB on 64 bit architectures
  + Improve documentation with command lines and defaults
  + SBCL compiler notes should not be fatal to pgloader
- Update copyright year
Comments 0
openSUSE Build Service is sponsored by