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

From Tom Lane
Subject Re: Better handling of parse errors
Date
Msg-id 5263.1029303845@sss.pgh.pa.us
Whole thread Raw
In response to Re: Better handling of parse errors  (Gavin Sherry <swm@linuxworld.com.au>)
Responses Re: Better handling of parse errors
List pgsql-hackers
Gavin Sherry <swm@linuxworld.com.au> writes:
> ... do we want to modify every 7.2 error message?

Nyet ... but I don't think tacking an offset onto the end of
"parse error at or near foo" messages is likely to cause the
sort of generalized havoc you suggest ...

I'm on record as favoring a thorough redesign of the error-reporting
facility, and I hope to see that happen in conjunction with a frontend
protocol change in 7.4.  But I think your proposed change in this patch
is fairly harmless and could be done now.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] CREATE TEMP TABLE .... ON COMMIT
Next
From: Bruce Momjian
Date:
Subject: Re: CLUSTER all tables at once?