Re: [SQL] parser :parse error - Mailing list pgsql-sql

From Jacob Christen
Subject Re: [SQL] parser :parse error
Date
Msg-id 017a01bf2a32$bb0c4c60$4a0b030a@jchristen.educate.com
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [SQL] parser :parse error
Next
From: "Moray McConnachie"
Date:
Subject: Re: [SQL] parser :parse error