The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

table_info.pl

SYNOPSIS

table_info.pl [-m] [-f] [-c] [-a] [-u username] [-p password] [-d datasource] table_name

table_info.pl -u test -p testpw -d dbi:Pg:dbname=test -m -a -t users

DESCRIPTION

 table_info retrieves detailed information about the table, table_name,
 determined from the database metadata.  

FLAGS

Recurse through foreign keys [-m]
Reveal foreign keys [-f]
Reveal column info [-c]
Show all properties [-a]
Verbose
Max traversal depth [-l integer]
Table name [-t table_name]
Database username [-u username]
Database password [-p password]
Datasource connect string [-d datasource]

AUTHOR

Masahji C. Stewart

SEE ALSO

DB::Introspector

COPYRIGHT

The table_info script is free software; you can redistribute it and/or modify it under the same terms as Perl itself.