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:

default display psql

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:

expanded display psql

Much better!