Re: [GENERAL] ?more? - Mailing list pgsql-general

From Aaron Holtz
Subject Re: [GENERAL] ?more?
Date
Msg-id Pine.LNX.4.10.9906221047020.3278-100000@barbarossa.bright.net
Whole thread Raw
In response to ?more?  (Jeff MacDonald <jeff@hub.org>)
Responses Re: [GENERAL] ?more?  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-general
Do a '\g | more' instead of the ';' at the end of the query.  Much easier:

select * from table \g | more




--------------------------------------------------------------------------
Aaron Holtz
ComNet Inc.
UNIX Systems Specialist
Email:  aholtz@bright.net
"It's not broken, it just lacks duct tape."
--------------------------------------------------------------------------


On Jun 22, Jeff MacDonald molded the electrons to say....

>When I do a large select , the results all zip past the screen
>. How do I make it go page by page ? I figure this has to do
>with a term setting, my default term setting is 'linux' .
>I tried vt100 and vt220 .
>
>Perhaps this is a linux-ism ?
>
>Thanks
>   Jeff
>
>
>


pgsql-general by date:

Previous
From: Jeff MacDonald
Date:
Subject: ?more?
Next
From: Jeff Hoffmann
Date:
Subject: Re: [GENERAL] ?more?