Re: Bug in Beta3 with parser?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Bug in Beta3 with parser?
Date: 2004-09-30 20:43:17
Message-ID: 25358.1096576997@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Joshua D. Drake" <jd(at)commandprompt(dot)com> writes:
> template1=# update baz set test = test--3;
> template1-#

> Here this system does not pick up the semi colon.

-- introduces a rest-of-the-line comment, per SQL standard.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zhenchang Xing 2004-09-30 20:43:30 output branches before infinite recursion using connectby()?
Previous Message Matthew T. O'Connor 2004-09-30 20:42:10 Re: CREATE INDEX speeds up query on 31 row table ...