if you have something like
VACUUM (ANALYZE, VERBOSE, FULL) tablename;
it will break the formatter but it's 100% valid query.
not sure, but I think everything here: https://www.postgresql.org/docs/current/sql-keywords-appendix.html
where the 2ne column (PostgreSQL) with a value of non-reserved should be added?
if you have something like
it will break the formatter but it's 100% valid query.
not sure, but I think everything here: https://www.postgresql.org/docs/current/sql-keywords-appendix.html
where the 2ne column (PostgreSQL) with a value of
non-reservedshould be added?