Re: Parser bug results in ambiguous errors/behaviour - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Parser bug results in ambiguous errors/behaviour
Date
Msg-id 27726.1127391345@sss.pgh.pa.us
Whole thread Raw
In response to Parser bug results in ambiguous errors/behaviour  (Gavin Sherry <swm@linuxworld.com.au>)
Responses Re: Parser bug results in ambiguous errors/behaviour
List pgsql-hackers
Gavin Sherry <swm@linuxworld.com.au> writes:
> template1=# update foo set i=2,b='t' and t='bar' where i=1;
> UPDATE 1

This is perfectly legal SQL.  If it doesn't do what you intended,
well, too bad.  We're not going to "fix" it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Karel Zak
Date:
Subject: Re: R: feature proposal ...
Next
From: Gavin Sherry
Date:
Subject: Re: Parser bug results in ambiguous errors/behaviour