- dist_abstract
Perl extension for loading Postgres tables
NAME
Pg::Loader - Perl extension for loading Postgres tables
SYNOPSIS
use Pg::Loader;
DESCRIPTION
This is a helper module for pgloader.pl(1), which loads tables to a Postgres database. It is similar in function to the pgloader(1) python program (written by other authors).
EXPORT
Pg::Loader - Perl extension for loading 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.