Description
Developers can format PostgreSQL SQL files or queries into a more readable layout. This helps code review, migrations, documentation, and teams that want consistent SQL style.
It is a command-line formatting tool. Formatting should be reviewed before committing because comments, unusual syntax, or generated SQL can need project-specific handling.