Re: BUG #9068: invalid YY_START on Unicode identifier escape syntax

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #9068: invalid YY_START on Unicode identifier escape syntax
Дата
Msg-id 17801.1391461120@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #9068: invalid YY_START on Unicode identifier escape syntax  (targen@gmail.com)
Список pgsql-bugs
Manuel Gómez <targen@gmail.com> writes:
> On Sun, Feb 2, 2014 at 7:30 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Thanks!  Just tested this though, and I’m not sure it’s really working
> as intended:

>     manuel@debian $ printf '%s\n' 'select 42 as U&"a"' | psql
>     ERROR:  syntax error at end of input
>     LINE 1: select 42 as U&"a"
>                              ^

Hmmm ... looks like the EOF case wasn't correctly handled in the backend
lexer either.  Sigh.  Again, thanks for the report.
        regards, tom lane



В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WTF
Следующее
От: plademan@comcast.net
Дата:
Сообщение: BUG #9088: default are not working