paste #4Y :
- Original query
- Prettified
select * from foo where type <> 'demo'
SELECT
*
FROM
foo
WHERE
type <> 'demo';
-- Formatted by Pg::SQL::PrettyPrinter
select * from foo where type <> 'demo'
SELECT
*
FROM
foo
WHERE
type <> 'demo';
-- Formatted by Pg::SQL::PrettyPrinter