Re: Bug in Beta3 with parser?

From: Greg Stark <gsstark(at)mit(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Bug in Beta3 with parser?
Date: 2004-09-30 20:50:37
Message-ID: 878yar4h2a.fsf@stark.xeocode.com
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. I have to enter a second
> semi colon to get the update to happen.

Everything after a -- to the end of a line is a comment in SQL.

--
greg

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-09-30 21:13:58 Re: regression failure on Solaris contrib/cube
Previous Message Bruce Momjian 2004-09-30 20:48:31 Re: More pgindent bizarreness