When using Psql in Linux, if the result of my SQL query contains many columns or long strings of data, it will wrap the initial view and only once I scroll to the side will it s
To disable the wrapped output of the select query.
\pset pager on and \pset pager off to switch back to the older output view.