Re: BUG #4927: psql does "spoil" the query before sending it to server

Поиск
Список
Период
Сортировка
От Euler Taveira de Oliveira
Тема Re: BUG #4927: psql does "spoil" the query before sending it to server
Дата
Msg-id 4A612EF2.3020801@timbira.com
обсуждение исходный текст
Ответ на Re: BUG #4927: psql does "spoil" the query before sending it to server  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Tom Lane escreveu:
> Euler Taveira de Oliveira <euler@timbira.com> writes:
>> Why are we analysing the query there? One possible fix is to remove the '.' as
>> delimiter in strtokx(). The trivial patch is attached.
>
> Surely that would break a lot of other cases.
>
Why? Even if it can't catch all cases when we remove the '.', the query will
be parsed (again) by PostgreSQL.


--
  Euler Taveira de Oliveira
  http://www.timbira.com/

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4926: too few pathkeys for mergeclauses
Следующее
От: Tom Lane
Дата:
Сообщение: Re: bug or simply not enough stack space?