Re: [GENERAL] ?more?

From: Aaron Holtz <aholtz(at)bright(dot)net>
To: Jeff MacDonald <jeff(at)hub(dot)org>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] ?more?
Date: 1999-06-22 14:47:33
Message-ID: Pine.LNX.4.10.9906221047020.3278-100000@barbarossa.bright.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)bright(dot)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
>
>
>

In response to

  • ?more? at 1999-06-22 14:41:19 from Jeff MacDonald

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Hoffmann 1999-06-22 14:51:22 Re: [GENERAL] ?more?
Previous Message Jeff MacDonald 1999-06-22 14:41:19 ?more?