On Tue, Jan 26, 2010 at 2:12 PM, Tom Lane wrote:
> Robert Haas writes:
>> While reviewing Pavel's patch for variable quoting in psql, I came
>> upon the following comment in psqlscan.l:
>
>> /*
>> * The variable value is just emitted without any
>> * further examination.
Robert Haas writes:
> While reviewing Pavel's patch for variable quoting in psql, I came
> upon the following comment in psqlscan.l:
> /*
> * The variable value is just emitted without any
> * further examination. This is consistent with the
> * pre-8.0 code be
While reviewing Pavel's patch for variable quoting in psql, I came
upon the following comment in psqlscan.l:
/*
* The variable value is just emitted without any
* further examination. This is consistent with the
* pre-8.0 code behavior, if not with the way that