CREATE SUBSCRIPTION -- add missing tab-completes

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: CREATE SUBSCRIPTION -- add missing tab-completes
Date: 2023-04-05 00:27:33
Message-ID: CAHut+Pu=pnJf=SS1583pknSQ3CbOqLCkWcJCQYt6zxTagHEdmw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
v1-0002-Add-tab-completion-for-SUBSCRIPTION-option-run_as.patch application/octet-stream 1.6 KB
v1-0001-Add-tab-completion-for-SUBSCRIPTION-option-passwo.patch application/octet-stream 1.8 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2023-04-05 00:29:09 Comment typo in recent push
Previous Message Andres Freund 2023-04-04 23:29:19 Re: monitoring usage count distribution