Re: Parser bug results in ambiguous errors/behaviour

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Parser bug results in ambiguous errors/behaviour
Date: 2005-09-22 12:58:57
Message-ID: Pine.LNX.4.58.0509222258180.26887@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 22 Sep 2005, Tom Lane wrote:

> Gavin Sherry <swm(at)linuxworld(dot)com(dot)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.

Hmmm. Okay. It wasn't that I intended it to do anything -- it just looked
incorrect.

Thanks,

Gavin

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2005-09-22 13:15:23 Re: feature proposal ...
Previous Message Tom Lane 2005-09-22 12:15:45 Re: Parser bug results in ambiguous errors/behaviour