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...)