Closed bbstilson closed 1 year ago
ALTER TABLE foo ADD COLUMN bar INT;
pg_format --keyword-case 1 --type-case 1 foo.sql
alter table foo add column bar INT;
alter table foo add column bar int;
Commit cc74d8e might fix this issue.
Awesome thank you @darold. Any chance for a release with this fix?
Input
Run
Output
Expected