"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. 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