Обсуждение: psql \h alter scrolls of screen

Поиск
Список
Период
Сортировка

psql \h alter scrolls of screen

От
Bruce Momjian
Дата:
When I do '\h alter' in psql, the content scrolls off my screen.

Should we be using the pager for \h output?

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


Re: psql \h alter scrolls of screen

От
Robert Treat
Дата:
On Thu, 2003-09-04 at 21:14, Bruce Momjian wrote:
> When I do '\h alter' in psql, the content scrolls off my screen.
>

i think you need a bigger screen
> Should we be using the pager for \h output?
> 

in 7.3.4 we do, let me check 7.4...seems to work, though I am on beta1
on this box.

Robert Treat
-- 
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL



Re: psql \h alter scrolls of screen

От
Tom Lane
Дата:
Robert Treat <xzilla@users.sourceforge.net> writes:
> On Thu, 2003-09-04 at 21:14, Bruce Momjian wrote:
>> Should we be using the pager for \h output?

> in 7.3.4 we do, let me check 7.4...seems to work, though I am on beta1
> on this box.

Hmm.  I do not see the pager used for \h in either version, though it
does get used for \? ...
        regards, tom lane