=?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