NAME
XAS::Apps::Base::ExtractGlobals - This module will extract globals from a postgres dump file
SYNOPSIS
use XAS::Apps::Base::ExtractGlobals;
my $app = XAS::Apps::Base::ExtractGlobals->new(;
-throws => 'pg_extract_global',
-options => [
{'file=s' => ''},
{'database=s' => ''}
]
);
exit $app->run();
DESCRIPTION
This module will extract the global elements from a postgres pg_dumpall file. This is based on the database name. This data is then suitable to populate an "empty" database that already has a schema defined. This allows you to do selective restores.
CONFIGURATION
The following parameters are used to configure the module.
-options
Defines the command line options for this module.
SEE ALSO
- bin/pg_extract_global.pl
- XAS
AUTHOR
Kevin L. Esteb, <kevin@kesteb.us>
COPYRIGHT AND LICENSE
Copyright (C) 2012 by Kevin L. Esteb
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.8 or, at your option, any later version of Perl 5 you may have available.