Pg-SQL-PrettyPrinter
This module provides a way to pretty print PostgreSQL-compatible SQL queries.
It's done not by reformatting the query, but rather parsing it, and then
generating output from scratch.
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Pg::SQL::PrettyPrinter
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Pg-SQL-PrettyPrinter
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Pg-SQL-PrettyPrinter
CPAN Ratings
http://cpanratings.perl.org/d/Pg-SQL-PrettyPrinter
Search CPAN
http://search.cpan.org/dist/Pg-SQL-PrettyPrinter
COPYRIGHT AND LICENCE
Copyright 2022-2023 hubert depesz lubaczewski, all rights reserved.
This program is distributed under the (Revised) BSD License.