On Mon, Jun 30, 2025 at 3:21 PM Nisha Moond <nisha.moond...@gmail.com> wrote: > > Tab-completion is not supported after a comma (,) in any other cases. > For example, the following commands are valid, but tab-completion does > not work after the comma: > > CREATE PUBLICATION pub7 FOR TABLE t1, TABLES IN SCHEMA public; > CREATE PUBLICATION pub7 FOR TABLES IN SCHEMA public, TABLES IN SCHEMA schema2; > > I feel we can keep the behavior consistent in this case too. Thoughts? >
Yes, let's keep the behaviour same. No need to make a change. thanks Shveta