Re: Tab completion not listing schema list for create/alter publication for all tables in schema

2022-03-14 Thread vignesh C
On Mon, Mar 14, 2022 at 5:23 AM Tom Lane wrote: > > vignesh C writes: > > Here "pg_%" should be "pg_%%". > > Right you are. Patch pushed, thanks! Thanks for pushing the patch. Regards, Vignesh

Re: Tab completion not listing schema list for create/alter publication for all tables in schema

2022-03-13 Thread Tom Lane
vignesh C writes: > Here "pg_%" should be "pg_%%". Right you are. Patch pushed, thanks! regards, tom lane

Tab completion not listing schema list for create/alter publication for all tables in schema

2022-03-13 Thread vignesh C
Hi, I noticed that the following commands "CREATE PUBLICATION pub1 FOR ALL TABLES IN SCHEMA" and "ALTER PUBLICATION pub1 ADD ALL TABLES IN SCHEMA" does not complete with the schema list. I feel this is because of the following code in tab-complete.c: .