Re: Bug in Beta3 with parser? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Bug in Beta3 with parser?
Date
Msg-id 25358.1096576997@sss.pgh.pa.us
Whole thread Raw
In response to Bug in Beta3 with parser?  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-hackers
"Joshua D. Drake" <jd@commandprompt.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


pgsql-hackers by date:

Previous
From: "Matthew T. O'Connor"
Date:
Subject: Re: CREATE INDEX speeds up query on 31 row table ...
Next
From: Zhenchang Xing
Date:
Subject: output branches before infinite recursion using connectby()?