NAME

xas-pg-extract-data - Extract data from a PostgreSQL dump file

SYNOPSIS

xas-pg-extract-data [--help] [--debug] [--manual] [--version]

options:
  --file       the postgres dump file
  --table      the tabel to extract data from
  --schema     the schema the table is in
  --help       outputs simple help text
  --manual     outputs the procedures manual
  --version    outputs the apps version
  --debug      toogles debugging output
  --[no]alerts toggles alert notification

DESCRIPTION

This procedure will extract the data from a postgres dump file. The data that is extracted is based on the table and its schema.

OPTIONS AND ARGUMENTS

-file

The postgres dump file.

-table

The table that data resides in.

-schema

The schema the table resides in.

--help

Displays a simple help message.

--debug

Turns on debbuging.

--alerts

Togggles alert notification. The default is on.

--manual

The complete documentation.

--version

Prints out the apps version

EXIT CODES

0 - success
1 - failure

SEE ALSO

XAS::Apps::Database::ExtractData

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.