Re: BUG #15273: Lexer bug with UESCAPE - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #15273: Lexer bug with UESCAPE
Date
Msg-id 18952.1531343715@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #15273: Lexer bug with UESCAPE  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #15273: Lexer bug with UESCAPE  (Bruce Momjian <bruce@momjian.us>)
List pgsql-bugs
Oh, and one other thing:

regression=# select 'foo'
regression-# 'bar';
 ?column? 
----------
 foobar
(1 row)

regression=# select 'foo' -- baz
'bar';
 ?column? 
----------
 foobar
(1 row)

regression=# select 'foo' /* baz */
'bar';
ERROR:  syntax error at or near "'bar'"
LINE 2: 'bar';
        ^

So we already have the exact same restriction in all multi-line forms
of literal.  That's far older than the UESCAPE business, and nobody's
complained about it that I can recall.

            regards, tom lane


pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #15273: Lexer bug with UESCAPE
Next
From: PG Bug reporting form
Date:
Subject: BUG #15277: ts_headline strips things that look like HTML tags and itcannot be disabled