"Joshua D. Drake" <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster