Re: scrolling in psql..

From: "Steve Wolfe" <steve(at)iboats(dot)com>
To: "postgresql" <pgsql-general(at)postgresql(dot)org>
Subject: Re: scrolling in psql..
Date: 2001-01-24 20:53:42
Message-ID: 001501c08647$dfe06900$50824e40@iboats.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> How do i make psql to scroll thru the entire result set rather than
> using the PAGER which makes it stop after each page..

While this doesn't directly answer your question, if your intent is just
to get to the last of the result set, "G" will do the trick for you, or "q"
will get you back to the psql command line.

steve

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Frank Joerdens 2001-01-24 20:55:31 beta3 Solaris 7 (SPARC) port report [ Was: Looking for . . . ]
Previous Message Warren Vanichuk 2001-01-24 20:50:48 Re: scrolling in psql..