Thread: psql wrap

psql wrap

From
"Sidar Lopez Cruz"
Date:
how can i use no wrap text in psql console

:-) Sidar Lopez Cruz
- Cero Riesgo, S.A.

Re: psql wrap

From
Jean-Luc Lachance
Date:
I set PAGER before calling psql.

export PAGER=less -S -F

> Sidar Lopez Cruz wrote:
>
> how can i use no wrap text in psql console
>
> :-) Sidar Lopez Cruz
> - Cero Riesgo, S.A.

Re: psql wrap

From
Ian Barwick
Date:
On Friday 28 February 2003 16:09, you wrote:
> how can i use no wrap text in psql console

Maybe the "slash command" \x is what you want?
Use \? for a list of all slash commands which include
several format commands.

Ian Barwick
barwick@gmx.net


Re: psql wrap

From
Oleg Samoylov
Date:
Sidar Lopez Cruz wrote:
> how can i use no wrap text in psql console
>
> :-) Sidar Lopez Cruz
> - Cero Riesgo, S.A.

I don't know about wrap. But sometimes is usefull use "Expanded display"
feature of psql (invoked with '\x').

--
Olleg Samoylov