Re: CREATE SUBSCRIPTION -- add missing tab-completes
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: "Gregory Stark (as CFM)" <stark.cfm@gmail.com>
Cc: Peter Smith <smithpb2250@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-04-10T03:16:31Z
Lists: pgsql-hackers
On Sun, Apr 9, 2023 at 11:33 AM Gregory Stark (as CFM) <stark.cfm@gmail.com> wrote: > > On Fri, 7 Apr 2023 at 01:28, Amit Kapila <amit.kapila16@gmail.com> wrote: > > > > On Wed, Apr 5, 2023 at 5:58 AM Peter Smith <smithpb2250@gmail.com> wrote: > > > > > PSA patches to add those tab completions. > > > > LGTM, so pushed. > > I moved this to the next CF but actually I just noticed the thread > starts with the original patch being pushed. Maybe we should just > close the CF entry? Is this further change relevant? > I have closed the CF entry as the patch for which this entry was created is already committed. If anything comes as a result of further discussion, I'll take care of it, or if required we can start a separate thread. -- 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