On Wed, Dec 7, 2011 at 7:45 AM, Gauthier, Dave <[email protected]> wrote:
> Hi:
>
>
>
> How can I make "pager off" the default when running psql ?
>
>
>
> v8.3.4 and v9.0.1 on linux.

I'm sure there are more elegant ways, but:

postgres@ironton:~ export PAGER=/bin/cat
postgres@ironton:~ psql
postgres=# select * from a;
(output runs right off the bottom of the page...)

-- 
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to