Re: psql tab auto-complete for CREATE PUBLICATION

2021-09-01 Thread Peter Smith
On Wed, Sep 1, 2021 at 11:04 PM Fujii Masao wrote: > > > > On 2021/07/17 2:19, vignesh C wrote: > > Thanks for the patch, the changes look good to me. > > The patch looks good to me, too. Pushed. Thanks! > Thanks for pushing! -- Kind Regards, Peter Smith. Fujitsu Australia

Re: psql tab auto-complete for CREATE PUBLICATION

2021-09-01 Thread Fujii Masao
On 2021/07/17 2:19, vignesh C wrote: Thanks for the patch, the changes look good to me. The patch looks good to me, too. Pushed. Thanks! Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION

Re: psql tab auto-complete for CREATE PUBLICATION

2021-07-16 Thread vignesh C
On Fri, Jul 9, 2021 at 1:06 PM Peter Smith wrote: > > I found that the psql tab auto-complete was not working for some cases > of CREATE PUBLICATION [1]. > > CREATE PUBLICATION name > [ FOR TABLE [ ONLY ] table_name [ * ] [, ...] > | FOR ALL TABLES ] > [ WITH ( publication_parameter

psql tab auto-complete for CREATE PUBLICATION

2021-07-09 Thread Peter Smith
I found that the psql tab auto-complete was not working for some cases of CREATE PUBLICATION [1]. CREATE PUBLICATION name [ FOR TABLE [ ONLY ] table_name [ * ] [, ...] | FOR ALL TABLES ] [ WITH ( publication_parameter [= value] [, ... ] ) ] ~~~ For example, the following scenarios