Re: why does this not give a syntax error? - Mailing list pgsql-general

From Tom Lane
Subject Re: why does this not give a syntax error?
Date
Msg-id 27588.1370890356@sss.pgh.pa.us
Whole thread Raw
In response to why does this not give a syntax error?  (Scott Ribe <scott_ribe@elevated-dev.com>)
Responses Re: why does this not give a syntax error?  (Scott Ribe <scott_ribe@elevated-dev.com>)
List pgsql-general
Scott Ribe <scott_ribe@elevated-dev.com> writes:
> pg 9.2:
> delete from "ExternalDocument" where id = 11825657and "Billed" = 'f';

"11825657and" is not any more lexically ambiguous than "11825657+".
It has to be two separate tokens, and that's how it's read.

            regards, tom lane


pgsql-general by date:

Previous
From: Scott Ribe
Date:
Subject: why does this not give a syntax error?
Next
From: Scott Ribe
Date:
Subject: Re: why does this not give a syntax error?