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

From Moray McConnachie
Subject Re: [SQL] parser :parse error
Date
Msg-id 003a01bf2a3a$8acca380$01c8a8c0@malthouse.private.net
Whole thread Raw
In response to parser :parse error  ("Frederic boucher" <dziablo@hotmail.com>)
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"

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



pgsql-sql by date:

Previous
From: "Jacob Christen"
Date:
Subject: Re: [SQL] parser :parse error
Next
From: Eric Prevost-Dansereau
Date:
Subject: Problem with a PL/pgSQL function