On Fri, 2021-07-23 at 05:34 +0000, tanghy.f...@fujitsu.com wrote: > On Thursday, July 22, 2021 1:05 PM, tanghy.f...@fujitsu.com > <tanghy.f...@fujitsu.com> wrote > > I found a problem when using tab-completion as follows: > > > > CREATE SUBSCRIPTION my_subscription > > CONNECTION 'host=localhost port=5432 dbname=postgres' [TAB] > > > > The word 'PUBLICATION' couldn't be auto completed as expected.
Hello, I applied your patch against HEAD (and did a clean build for good measure) but couldn't get the tab-completion you described -- on my machine, `PUBLICATION` still fails to complete. Tab completion is working in general, for example with the `SUBSCRIPTION` and `CONNECTION` keywords. Is there additional setup that I need to do? --Jacob