Re: A small bug in gram.y - Mailing list pgsql-hackers

From Tom Lane
Subject Re: A small bug in gram.y
Date
Msg-id 5311.1257264829@sss.pgh.pa.us
Whole thread Raw
In response to Re: A small bug in gram.y  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: A small bug in gram.y
Re: A small bug in gram.y
List pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote:
>> LINE 1: SELECT 'aa' NOT SIMILAR TO 123;
>>                                    ^
>> LINE 1: SELECT 'aa' SIMILAR TO 123;
>>                     ^
>> I think the former error location is better.
> So do I.

Uh, why?  It looks like it's complaining about the constant 123,
not about the operator.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: EOL for 7.4?
Next
From: Stefan Kaltenbrunner
Date:
Subject: Re: EOL for 7.4?