Expanded Output Format for PSQL
If you are using psql you may be getting annoyed that your query results look like this for tables with more than one or two columns:
Well, there is an answer to this problem. Just enter the command \x on
and you will turn on the expanded display option, which makes your query results look like this:
Much better!