Re: BUG #9068: invalid YY_START on Unicode identifier escape syntax - Mailing list pgsql-bugs

From Manuel Gómez
Subject Re: BUG #9068: invalid YY_START on Unicode identifier escape syntax
Date
Msg-id CAJWnFaOgzPeWUFD4yDr-=+QyHnZ31KoMMRQcYGnEN=TLEeW3qQ@mail.gmail.com
Whole thread Raw
In response to BUG #9068: invalid YY_START on Unicode identifier escape syntax  (targen@gmail.com)
List pgsql-bugs
On Mon, Feb 3, 2014 at 4:10 PM, Manuel Gómez <targen@gmail.com> wrote:
>     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"
>                              ^

Sorry for the split mail; just noticed something else that is probably relevant.

Upon executing the failing command, the server log shows thus:
   ERROR:  syntax error at end of input at character 19   STATEMENT:  select 42 as U&"a"



pgsql-bugs by date:

Previous
From: craigmluacs@gmail.com
Date:
Subject: BUG #9087: Foreign data wrapper connection management issues
Next
From: Manuel Gómez
Date:
Subject: Re: BUG #9068: invalid YY_START on Unicode identifier escape syntax