- dist_abstract
Perl extension for bulk inserts
NAME
Pg::Loader::Copy - The bulk inserts operation
SYNOPSIS
use Pg::Loader;
DESCRIPTION
This is a helper module for pgloader.pl(1), it loads and updates tables in a Postgres database. It is similar in function to the pgloader(1) python program (written by other authors) with enhancements plus the ability to update tables.
EXPORT
Pg::Loader - Perl extension for loading and updating Postgres tables
SEE ALSO
http://pgfoundry.org/projects/pgloader/ hosts the original python project.
AUTHOR
Ioannis Tambouras, <ioannis@cpan.org>
COPYRIGHT AND LICENSE
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.