Hugo Coolens wrote:
>
> When using select in psql for tables with a lot of columns, I often get
> rows which wrap at the right side of the screen to the next row, this
> makes the columns into a mess.
Some people have suggested me two solutions
1. in psql give the command \x
2. before starting psql give the command: export "PAGER=less -S"
thanks to all who suggested this
hugo