|
NAMEBigtop::ScriptHelp::Style::PgLive - gets its descriptions from PostgresqlSYNOPSISFor normal use:bigtop -n AppName -s Pg8Live \ 'dbi:Pg:dbname=yourdb' user pass [schema] Do the same for tentmaker. It also works for -a: bigtop -a docs/app.bigtop \ -s Pg8Live 'dbi:Pg:dbname=yourdb' user pass [schema] Only tables not in docs/app.bigtop will be affected. For use in scripts: use Bigtop::ScriptHelp::Style; my $style = Bigtop::ScriptHelp::Style->get_style( 'PgLive' ); # then pass $style to methods of Bigtop::ScriptHelp DESCRIPTIONSee "Bigtop::ScriptHelp::Style" for a description of what this module must do in general.This module pulls the database layout from the supplied database. It makes queries on internal postgres tables to retrieve its data. The queries are probably specific to postgres 8.x. They may work for earlier versions, but I wouldn't want to put any money down on that. This module pulls these things from the database whose dsn you supply:
METHODS
AUTHORPhil Crow, <crow.phil@gmail.com>COPYRIGHT AND LICENSECopyright (C) 2007, Phil CrowThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.
Visit the GSP FreeBSD Man Page Interface. |