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