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

From Frederic boucher
Subject Re: [SQL] parser :parse error
Date
Msg-id 19991109132813.92091.qmail@hotmail.com
Whole thread Raw
List pgsql-sql
>
>Try 'Fred\'s car'.
>

Ok I'll take a look at it..  thanks

>On the other hand, what about this:
>$ psql -f infile.sql -o outfile.txt
>or
>$ psql -f infile.sql > outfile.txt
>or anything like that.


The only problem when I use the second one is that the parser error are in 
the err stream So I've got only

CREATE
CREATE
DONE
...etc..

in the out file and When I try to do a 2>err.file it doesn't understand...

Anyway I'll try the -o outfile

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


pgsql-sql by date:

Previous
From: Stoyan Genov
Date:
Subject: Re: [SQL] Move forward all (Was Re: How to get last 10 rows in a table on a large database?)
Next
From: marten@feki.toppoint.de
Date:
Subject: HAVING in EXISTS-clause ...