November 20 2018 - v3.3
This minor release fixes several issues reported by users since last
release, adds and improves some code formatting:
- Add formatting of GROUPING and ROLLUP clause.
- Replace concat operator from some SGBD with operator ||.
- Add formatting of FILTER and WITHIN GROUP clause.
- Fix several wrong formatting with comment.
- Improve arrays formatting.
- Treat DISTINCT as a modifier of the whole select clause.
- Fix formatting of ON UPDATE/DELETE in create table statements.
- Add DETACH,ATTACH,LIST,HASH,MODULUS and REMINDER to keywords list.
- Add formatting of CREATE PARTITION STATEMENT.
For a complete list of changes see https://github.com/darold/pgFormatter/blob/master/ChangeLog