DESCRIPTION

dbs_dumptabdata is an utility to create a file set with \s-1SQL\s0 table data. For each table in the database dbs_dumptabdata calls the appropriate dumper utility with the output directed to a file named table.sql in the current directory. dbs_dumptabdata asks for a password if necessary.

COMMAND LINE PARAMETERS

Required command line parameters are the \s-1DBI\s0 driver (\*(C`Pg\*(C' for Postgres or \*(C`mysql\*(C' for MySQL) and the database name. The third parameter is optionally and specifies the database user and/or the host where the database resides (\*(C`racke\*(C', \*(C`[email protected]\*(C' or \*(C`@linuxia.de\*(C').

COMMAND LINE OPTIONS

\$1

Comma-separated list of tables to dump. Excludes any table matching the regular expression \s-1REGEXP\s0 from dumping. Uses generic dump (similar to \*(C`dbs_printtab\*(C') instead of the dumper utility provided by the \s-1DBMS\s0.

BUGS

msql is not supported.

AUTHOR

Stefan Hornburg (Racke), [email protected]

RELATED TO dbs_dumptabdata…

perl\|(1), DBIx::Easy\|(3)