Re: Switch to Linux Dev Questions

From: David <dbree(at)duo-county(dot)com>
To: Stefan Lidman <lidden(at)gmail(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Switch to Linux Dev Questions
Date: 2006-05-07 01:11:07
Message-ID: 20060507011107.GA2449@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sun, May 07, 2006 at 12:05:43AM +0200, Stefan Lidman wrote:
> >up - well, if you are not familiar with the pager, find out what pager
> >is being used (probably "less") and check the manpage for it.
>
> And how do set I it to less?
>
> >From 'man psql':
> If the environment variable PAGER is set, the output is piped to
> the specified program.
>
> I have set that variable in my shell but psql is ignoring it and
> give me more when i want less.

That would probably depend upon your distro. Apparently my psql calls
/usr/bin/pager, which, on my system (Debian) is a symlink to
/etc/alternatives/pager. If this is the case of your system, you should
be able to adjust this with your alternatives system. Mine does the
update-alternatives command.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Bruno Wolff III 2006-05-07 04:01:28 Re: postgres db deleted and recreated... "No directory, logging in with HOME=/" error...
Previous Message Andrej Ricnik-Bay 2006-05-06 22:50:56 Re: postgres db deleted and recreated... "No directory,