Re: Psql question

From: Michael Fuhr <mike(at)fuhr(dot)org>
To: "Goulet, Dick" <DGoulet(at)vicr(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Psql question
Date: 2004-10-25 17:14:05
Message-ID: 20041025171405.GA66740@winnie.fuhr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Mon, Oct 25, 2004 at 12:15:32PM -0400, Goulet, Dick wrote:
> Anyone know how to turn off the --MORE-- option when a query returns?

\pset pager

This should toggle whether paging is used or not. You could also
temporarily set the PAGER environment variable to "cat" or some
other program that doesn't page.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Goulet, Dick 2004-10-25 17:20:01 Re: Psql question
Previous Message Goulet, Dick 2004-10-25 16:15:32 Psql question