Scott Ribe <[email protected]> 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


-- 
Sent via pgsql-general mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to