Re: [GENERAL] ?more?

From: Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il>
To: Jeff MacDonald <jeff(at)hub(dot)org>, pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] ?more?
Date: 1999-06-22 15:15:47
Message-ID: l03130304b3955884f070@[147.233.159.109]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

At 17:41 +0300 on 22/06/1999, Jeff MacDonald wrote:

> 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 ?

You have to set the environment variable PAGER. Usually, to "more", or
better yet, to "less".

This environment variable shoud be set by the individual user, not on the
server process or anything. Once set, it also affects other unix utilities,
such as man(1).

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma

In response to

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

Browse pgsql-general by date

  From Date Subject
Next Message Matt Magoffin (Borders Online) 1999-06-22 15:29:58 pg_dump: "error in finding the template1 database"
Previous Message Bruce Momjian 1999-06-22 14:53:31 Re: [GENERAL] ?more?