Provided by: libtest-database-perl_1.11-2_all 

NAME
Test::Database::Driver::Pg - A Test::Database driver for Pg
SYNOPSIS
use Test::Database;
my @handles = Test::Database->handles( 'Pg' );
DESCRIPTION
This module is the "Test::Database" driver for "DBD::Pg".
EXTRA PARAMETERS
This driver understands the following extra parameters in the configuration file:
template
The template to use when creating a new database.
SEE ALSO
Test::Database::Driver
AUTHOR
Philippe Bruhat (BooK), "<book@cpan.org>"
COPYRIGHT
Copyright 2008-2010 Philippe Bruhat (BooK), all rights reserved.
LICENSE
This module is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.14.2 2013-06-16 Test::Database::Driver::Pg(3pm)