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

From: Jacob Champion <pchampion(at)vmware(dot)com>
To: "tanghy(dot)fnst(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] support tab-completion for single quote input with equal sign
Date: 2021-09-02 17:13:35
Message-ID: 1806adf855412fdd09ab7b486e79422849ec1258.camel@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2021-07-23 at 05:34 +0000, tanghy(dot)fnst(at)fujitsu(dot)com wrote:
> On Thursday, July 22, 2021 1:05 PM, tanghy(dot)fnst(at)fujitsu(dot)com <tanghy(dot)fnst(at)fujitsu(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2021-09-02 18:09:57 Re: Is it safe to use the extended protocol with COPY?
Previous Message Fujii Masao 2021-09-02 17:06:45 Re: Possible missing segments in archiving on standby