Re: [SQL] parser :parse error

Поиск
Список
Период
Сортировка
От Jacob Christen
Тема Re: [SQL] parser :parse error
Дата
Msg-id 017a01bf2a32$bb0c4c60$4a0b030a@jchristen.educate.com
обсуждение исходный текст
Список pgsql-sql
>> 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)



В списке pgsql-sql по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [SQL] parser :parse error
Следующее
От: "Moray McConnachie"
Дата:
Сообщение: Re: [SQL] parser :parse error