Re: EXECUTE tab completion

Поиск
Список
Период
Сортировка
От Andreas Karlsson
Тема Re: EXECUTE tab completion
Дата
Msg-id 4EA08F96.6030609@proxel.se
обсуждение исходный текст
Ответ на Re: EXECUTE tab completion  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: EXECUTE tab completion
Re: EXECUTE tab completion
Список pgsql-hackers
On 10/20/2011 09:53 PM, Tom Lane wrote:
>> With that change, the correct test at line 795 would become
>
>>      else if (pg_strcasecmp(prev_wd, "DROP") == 0&&
>>               prev2_wd[0] == '\0')
>
> I've committed this --- please adjust the EXECUTE patch to match.

Thanks for cleaning up the code to some sanity, I should have done so
myself when I noticed the problem.

A new version is attached.

Best regards,
Andreas

--
Andreas Karlsson

Вложения

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

Предыдущее
От: Bernd Helmle
Дата:
Сообщение: Re: Update on documentation builds on OSX w/ macports
Следующее
От: Dan Ports
Дата:
Сообщение: Re: SSI implementation question