pgloader.pl loads tables to a Postgres database. It is a subset of to
the pgloader(1) python program (written by other authors). Data are
read from the file specified in the configuration file (defaults to
pgloader.dat), and are executed as a single transaction via the COPY
command.
The configuration file and command options are almost identical to the
python pythod pgloader(1) and is meant to be a drop-in replacement.
Configuration entries are ignored for unimplemented features.
Put the correct copyright and licence information here.
Copyright (C) 2008 by Ioannis Tambouras
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.10.0 or,
at your option, any later version of Perl 5 you may have available.