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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Manuel Gómez <targen(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #9068: invalid YY_START on Unicode identifier escape syntax
Date: 2014-02-03 20:58:40
Message-ID: 17801.1391461120@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

=?UTF-8?Q?Manuel_G=C3=B3mez?= <targen(at)gmail(dot)com> writes:
> On Sun, Feb 2, 2014 at 7:30 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Thanks! Just tested this though, and Im not sure its really working
> as intended:

> manuel(at)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message craigmluacs 2014-02-03 21:29:42 BUG #9087: Foreign data wrapper connection management issues
Previous Message Manuel Gómez 2014-02-03 20:43:16 Re: BUG #9068: invalid YY_START on Unicode identifier escape syntax