Re: less not found
От
Jason Earl
Тема
Re: less not found
Дата
Msg-id
873cy13i3r.fsf@npa01zz001.simplot.com
Ответ на
less not found (Juliet May)
Список
Дерево обсуждения
less not found "Juliet May" <jmay@speark.com>
Re: less not found Jason Earl <jason.earl@simplot.com>
"Juliet May" writes: > > > Does anyone know what the message less: not found mean? I get it when I try > running a simple simple select on my table less is a pager (a special program for displaying pages of text), and as such it is a very common replacement for 'more.' Yes, UNIX hackers are all crazy. psql uses a less as a pager if it is installed. Apparently psql thinks that less is installed but it isn't. From the psql man page it would appear that your $PAGER variable is getting set. Try 'echo $PAGER' and see what it says. Or better yet just install less, it's quite a bit better than more, and very useful. Jason
В списке pgsql-novice по дате отправления