Re: Added missing tab completion for alter subscription set option
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: vignesh C <vignesh21@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-05-15T09:33:45Z
Lists: pgsql-hackers
On Sat, May 15, 2021 at 10:44 AM vignesh C <vignesh21@gmail.com> wrote: > I have added a commitfest entry at [1]. > Thanks for the comments, the attached patch has the changes for the same. > > [1] - https://commitfest.postgresql.org/33/3116/ Thanks Vignesh. The v3 patch looks good to me. It applies and compiles well, works as expected i.e. the streaming and binary options are shown in the tab-complete of the ALTER SUBSCRIPTION SET command. I have no further comments, hence moving it to "ready for committer" state. With Regards, Bharath Rupireddy. EnterpriseDB: http://www.enterprisedb.com
Commits
-
Improve psql tab completion for options of subcriptions and publications
- d08237b5b494 14.0 landed