Re: Making tab-complete.c easier to maintain

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: Making tab-complete.c easier to maintain
Дата
Msg-id CAMkU=1yt=Ed7+K4sUisdUkt-wDhGnxdkDqs_43uJvhJYFA56gQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Making tab-complete.c easier to maintain  (Thomas Munro <thomas.munro@enterprisedb.com>)
Ответы Re: Making tab-complete.c easier to maintain  (Thomas Munro <thomas.munro@enterprisedb.com>)
Список pgsql-hackers
On Sun, Oct 18, 2015 at 5:31 PM, Thomas Munro <thomas.munro@enterprisedb.com> wrote:
Hi

Here is a new version merging recent changes.

For reasons I do not understand, "SET work_mem " does not complete with "TO".

But if I change:

else if (Matches2("SET", MatchAny))

to:

else if (TailMatches2("SET", MatchAny))

Then it does.
 
Cheers,

Jeff

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Why no CONSTANT for row variables in plpgsql?
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: Making tab-complete.c easier to maintain