Regarding formatting comments

The PostgreSQL parser drops comments as whitespace; so we'd need to add them back in. This has been done in other prettier plugins:

github.com/prettier/plugin-python/pull/9

github.com/prettier/prettier/blob/master/sr…