Re: scrolling in psql.. - Mailing list pgsql-general

From Steve Wolfe
Subject Re: scrolling in psql..
Date
Msg-id 001501c08647$dfe06900$50824e40@iboats.com
Whole thread Raw
In response to scrolling in psql..  (Anand Raman <araman@india-today.com>)
List 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



pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Re: backend closing connections while executing...
Next
From: Anand Raman
Date:
Subject: Re: Re: backend closing connections while executing...