Re: making "\pset pager off" the default - Mailing list pgsql-general

From Scott Marlowe
Subject Re: making "\pset pager off" the default
Date
Msg-id CAOR=d=0BwB4qbRtAtzPbFhj3CY9B4O32WN5Le7d_Hg-qrOU_Zg@mail.gmail.com
Whole thread Raw
In response to making "\pset pager off" the default  ("Gauthier, Dave" <dave.gauthier@intel.com>)
List pgsql-general
On Wed, Dec 7, 2011 at 7:45 AM, Gauthier, Dave <dave.gauthier@intel.com> 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...)

pgsql-general by date:

Previous
From: Cédric Villemain
Date:
Subject: Re: is there example of update skript?
Next
From: "Alex Bible"
Date:
Subject: dblink performance