Several problems in tab-completions for SET/RESET

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Several problems in tab-completions for SET/RESET
Дата
Msg-id CAHGQGwFoPWQBdn0vMPKqKvSE=EDij1kMNHZ7cq=+2kg2AF1sdg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Several problems in tab-completions for SET/RESET  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
Hi,

I found that the following tab-completions for SET/RESET which
worked properly before doesn't work properly now in the master.

1. ALTER SYSTEM SET|RESET <tab> lists nothing.
2. ALTER DATABASE xxx SET <tab> lists nothing.
3. ALTER DATABASE xxx SET yyy <tab> lists nothing.
4. ALTER DATABASE xxx SET datestyle TO <tab> lists nothing.

Attached patch fixes those problems.

Regards,

--
Fujii Masao

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Proposal:Use PGDLLEXPORT for libpq
Следующее
От: Michael Paquier
Дата:
Сообщение: Comment typos in source code: s/thats/that is/