Search Postgresql Archives

Re: making "\pset pager off" the default

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Dec 7, 2011 at 7:45 AM, Gauthier, Dave <dave.gauthier@xxxxxxxxx> 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 (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux