Re: [SQL] parser :parse error

From: "Jacob Christen" <jacob-christen(at)home(dot)com>
To: <pgsql-sql(at)postgreSQL(dot)org>
Subject: Re: [SQL] parser :parse error
Date: 1999-11-08 21:37:10
Message-ID: 017a01bf2a32$bb0c4c60$4a0b030a@jchristen.educate.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-sql by date

  From Date Subject
Next Message raptor 1999-11-08 21:52:09 DISTINCT
Previous Message Peter Eisentraut 1999-11-08 21:32:24 Re: [SQL] parser :parse error