Apply consistent format to SQL statements
This MR formats SQL queries with pgFormatter and adds a note to the development guidelines to say that this should be done for long, complex or multi-line SQL statements. pgFormatter
is also recommended by the GitLab database development guidelines (here).