Re: CREATE SUBSCRIPTION -- add missing tab-completes
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-04-07T05:28:11Z
Lists: pgsql-hackers
Attachments
- fix_doc_create_sub_1.patch (application/octet-stream) patch
On Wed, Apr 5, 2023 at 5:58 AM Peter Smith <smithpb2250@gmail.com> wrote: > > There are some recent comment that added new options for CREATE SUBSCRIPTION > ... > PSA patches to add those tab completions. > LGTM, so pushed. BTW, while looking at this, I noticed that newly added options "password_required" and "run_as_owner" has incorrectly mentioned their datatype as a string in the docs. It should be boolean. I think "password_required" belongs to first section of docs which says: "The following parameters control what happens during subscription creation". The attached patch makes those changes. What do you think? -- With Regards, Amit Kapila.
Commits
-
Doc: Fix the datatype of the newly added SUBSCRIPTION options.
- d73c285af5c2 16.0 landed
-
Add tab-completion for newly added SUBSCRIPTION options.
- 96c498d2f8ce 16.0 landed
-
Add a run_as_owner option to subscriptions.
- 482675987bcd 16.0 cited
-
Add new predefined role pg_create_subscription.
- c3afe8cf5a1e 16.0 cited