Re: Parser bug results in ambiguous errors/behaviour

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

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.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gavin Sherry 2005-09-22 12:58:57 Re: Parser bug results in ambiguous errors/behaviour
Previous Message Karel Zak 2005-09-22 10:36:21 Re: R: feature proposal ...