Re: Better handling of parse errors - Mailing list pgsql-hackers

From Gavin Sherry
Subject Re: Better handling of parse errors
Date
Msg-id Pine.LNX.4.21.0208062238280.17481-100000@linuxworld.com.au
Whole thread Raw
In response to Re: Better handling of parse errors  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
On Tue, 6 Aug 2002, Bruce Momjian wrote:

> 
> Can we see some sample output?

One other important one:

template1=# select
template1-# *
template1-#
template1-# frum
template1-# pg_class;
ERROR:  parser: parse error at or near "frum" at character 10

Note that it counts non-printable characters. This could be both good and
bad.

Gavin




pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: Better handling of parse errors
Next
From: John Gray
Date:
Subject: Re: CVS sources doesn't compiles