NAME
xas-pg-remove-data - Remove data from a PostgreSQL dump file
SYNOPSIS
xas-pg-remove-data [--help] [--debug] [--manual] [--version]
options:
--file the postgres dump file
--help outputs simple help text
--manual outputs the procedures manual
--version outputs the apps version
--debug toogles debugging output
--[no]alerts toogles alert notification
DESCRIPTION
This procedure will remove the "copy" statements from a pg_dumpall backup. Sending the resulting output to stdout.
OPTIONS AND ARGUMENTS
- -file
-
The postgres dump file.
- --help
-
Displays a simple help message.
- --debug
-
Turns on debbuging.
- --manual
-
The complete documentation.
- --version
-
Prints out the apps version
- --alerts
-
Toggles alert notification. The default is on.
EXIT CODES
0 - success
1 - failure
SEE ALSO
XAS::Apps::Database::RemoveData
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.