SQL results - disable default table view
Most often then not, when I do a query in psql, I want the results in JSON since its often easier to read them in the UI, but now they default to a table view.
Is there any way to set the JSON view as default?
Is there any way to set the JSON view as default?