-
-
04 Sep 2007 06:23:39 UTC
- Development release
- Distribution: PSQL-Query
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (10 / 0 / 0)
- Kwalitee
Bus factor: 0- License: perl_5
- Activity
24 month- Tools
- Download (14.62KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Dependencies
- Getopt::Long
- Moose
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
psql-plus - Utility to enhance the functionality of psql
SYNOPSIS
EXPLAIN SELECT * FROM <table> | psql -d <database> | psql-plus --printf "%n" psql -d database \o|psql-plus --printf "%n" EXPLAIN SELECT * FROM <table> EXPLAIN SELECT * FROM <other table> ^D
DESCRIPTION
Arguements
- --printf ( Operation Row )
-
%n = name %s = src %d = dom_level %e* explain/estimate %a* actual %es = Estimate startup %et = Estimate total %er = Estimate rows %ew = Estimate width %as = Actual (time) Startup %at = Actual (time) Total %ar = Actual Rows %al = Actual Loops
- --printf-info ( OperationInfo Row )
-
%n = Info name %v = Info verbose (not currently further parsed) %s = Source (unmodified)
BUGS
Email me they will get fixed in .05 seconds, or you can sue someone else.
CAVEATS
Currently limited to "Enhancing" only the functionality of EXPLAIN and EXPLAIN ANALYZE
COPYRIGHT
Artistic or GPL, like 99.9% of CPAN-distributed stuff.
AVAILABILITY
CPAN
http://repo.or.cz/w/Pqsl-Perl.git
AUTHOR
Evan Carroll <me at evancarroll.com>
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 177:
You forgot a '=back' before '=head1'
Module Install Instructions
To install PSQL::Query, copy and paste the appropriate command in to your terminal.
cpanm PSQL::Query
perl -MCPAN -e shell install PSQL::Query
For more information on module installation, please visit the detailed CPAN module installation guide.