paste #4Y :

select * from foo where type <> 'demo'
SELECT
    *
FROM
    foo
WHERE
    type <> 'demo';
-- Formatted by Pg::SQL::PrettyPrinter