Re: [SQL] parser :parse error

From: "Moray McConnachie" <moray(dot)mcconnachie(at)computing-services(dot)oxford(dot)ac(dot)uk>
To: "Frederic boucher" <dziablo(at)hotmail(dot)com>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: [SQL] parser :parse error
Date: 1999-11-08 22:42:30
Message-ID: 003a01bf2a3a$8acca380$01c8a8c0@malthouse.private.net
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"

psql -d database -c '\i filename' ¦ more

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Hiroshi Inoue 1999-11-09 00:26:20 Re: [SQL] Move forward all (Was Re: How to get last 10 rows in a table on a large database?)
Previous Message Eric Prevost-Dansereau 1999-11-08 22:38:50 Problem with a PL/pgSQL function