heroku / heroku-pg-extras

A heroku plugin for awesome pg:* commands that are also great and fun and super.
MIT License
1.33k stars 102 forks source link

Re-format query to be clearer #181

Closed bjeanes closed 1 year ago

bjeanes commented 3 years ago

left looks like a table alias as it was, now it is clear that it is actually LEFT OUTER JOIN

(if you prefix left with as, the query doesn't run, so it is clearly not being interpreted as a table alias, even if it is currently "spelled" like it is one)