package Gantry::Conf::Provider::SQL::PostgreSQL; ##################################################################### # # Name : Gantry::Conf::Provider::SQL::PostgreSQL # Author : Frank Wiles # ##################################################################### use strict; use warnings; 1; __END__ =head1 NAME Gantry::Conf::Provider::SQL::PostgreSQL -- Store your configuration in a PostgreSQL database =head1 SYNOPSIS =head1 DESCRIPTION =head1 METHODS =head1 SEE ALSO Gantry(3), Gantry::Conf(3), Gantry::Conf::Tutorial(3), Ganty::Conf::FAQ(3), DBI(3), DBD::Pg(3) =head1 LIMITATIONS =head1 AUTHOR Frank Wiles =head1 COPYRIGHT and LICENSE Copyright (c) 2006, Revolution Systems, LLC. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available. =cut