Обсуждение: Re: [SQL] parser :parse error

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

Re: [SQL] parser :parse error

От
"Jacob Christen"
Дата:
>> PS:  This is more a linux question... but..  If I have a big file that
>> contains all my sql to create my tables structure.  I want to run it by
>> doing "\i filename"  but it scroll so fast I can't see when there is
>> error... is there a way to do a kind of "pipe into less"


in bash or ksh:
export PAGER=less

psql seems to use this to page all output if set (if not set i get no
paging)