Re: [PATCH] support tab-completion for single quote input with equal sign - Mailing list pgsql-hackers

On Fri, 2021-07-23 at 05:34 +0000, [email protected] wrote:
> On Thursday, July 22, 2021 1:05 PM, [email protected] <[email protected]> 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

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Possible missing segments in archiving on standby
Next
From: Robert Haas
Date:
Subject: Re: Is it safe to use the extended protocol with COPY?