CREATE SUBSCRIPTION -- add missing tab-completes

Поиск
Список
Период
Сортировка
От Peter Smith
Тема CREATE SUBSCRIPTION -- add missing tab-completes
Дата
Msg-id CAHut+Pu=pnJf=SS1583pknSQ3CbOqLCkWcJCQYt6zxTagHEdmw@mail.gmail.com
обсуждение исходный текст
Ответы Re: CREATE SUBSCRIPTION -- add missing tab-completes  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
There are some recent comment that added new options for CREATE SUBSCRIPTION

"Add new predefined role pg_create_subscription." [1]
This added a new "password_required" option.

"Add a run_as_owner option to subscriptions." [2]
This added a "run_as_owner" option.

~~

AFAICT the associated tab-complete code was accidentally omitted.

PSA patches to add those tab completions.

------
[1] https://github.com/postgres/postgres/commit/c3afe8cf5a1e465bd71e48e4bc717f5bfdc7a7d6
[2] https://github.com/postgres/postgres/commit/482675987bcdffb390ae735cfd5f34b485ae97c6

Kind Regards,
Peter Smith.
Fujitsu Australia

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: monitoring usage count distribution
Следующее
От: Peter Smith
Дата:
Сообщение: Comment typo in recent push