Re: making "\pset pager off" the default

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: "Gauthier, Dave" <dave(dot)gauthier(at)intel(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: making "\pset pager off" the default
Date: 2011-12-07 15:47:14
Message-ID: CAOR=d=0BwB4qbRtAtzPbFhj3CY9B4O32WN5Le7d_Hg-qrOU_Zg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Dec 7, 2011 at 7:45 AM, Gauthier, Dave <dave(dot)gauthier(at)intel(dot)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(at)ironton:~ export PAGER=/bin/cat
postgres(at)ironton:~ psql
postgres=# select * from a;
(output runs right off the bottom of the page...)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alex Bible 2011-12-07 16:14:41 dblink performance
Previous Message Walter Hurry 2011-12-07 15:43:22 Re: Convert / Migrate From Oracle 11gR2 To PostgreSQL ? On CentOS 5.7 x86_64